*** empty log message ***
[m17n/m17n-docs.git] / utils / usr_filter.rb
index 6b5c51a..52ac710 100755 (executable)
@@ -90,6 +90,8 @@ while gets
         buf.push($_.gsub!(/\/\*+/, " "))
        doxy = 1
 
         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"))
      when /EXAMPLE_CODE/ 
        #start example code lines
         buf.push($_.gsub!(/#if EXAMPLE_CODE/, "\n \n @par Example:\n @code"))