*** empty log message ***
authornisikimi <nisikimi>
Thu, 6 Jan 2011 04:00:57 +0000 (04:00 +0000)
committernisikimi <nisikimi>
Thu, 6 Jan 2011 04:00:57 +0000 (04:00 +0000)
utils/usr_filter.rb

index 6b5c51a..52ac710 100755 (executable)
@@ -90,6 +90,8 @@ while gets
         buf.push($_.gsub!(/\/\*+/, " "))
        doxy = 1
 
+     when /\/\*/       #other comment
+
      when /EXAMPLE_CODE/ 
        #start example code lines
         buf.push($_.gsub!(/#if EXAMPLE_CODE/, "\n \n @par Example:\n @code"))