*** empty log message ***
[m17n/m17n-docs.git] / utils / ja_filter.rb
index d335c4a..e2f7ac1 100755 (executable)
@@ -14,10 +14,10 @@ def commentblock(buf)
 
 while gets
 
-  gsub!("@seealso", "@par 参照:")
-  gsub!("@errors", "@par エラー:")
-  gsub!("@returns", "@par 戻り値:")
-  gsub!("@return", "@par 戻り値:")
+  gsub!("@seealso", "@par »²¾È:")
+  gsub!("@errors", "@par ¥¨¥é¡¼:")
+  gsub!("@returns", "@par Ìá¤êÃÍ:")
+  gsub!("@return", "@par Ìá¤êÃÍ:")
  #let doxygen find functions
   gsub!(/[a-zA-Z_]\s\(\)/) {|m| m.delete!(" ")}
  #make variables in function descriptions shown in bold
@@ -85,7 +85,7 @@ while gets
 
      when /EXAMPLE_CODE/ 
        #start example code lines
-        buf.push($_.gsub!(/#if EXAMPLE_CODE/, "\n \n @par 例: \n @code"))
+        buf.push($_.gsub!(/#if EXAMPLE_CODE/, "\n \n @par Î㡧 \n @code"))
        example = 1
 
      when /\*\//
@@ -110,5 +110,5 @@ end
 commentblock(buf)
 
 # Local Variables:
-# coding: utf-8
+# coding: euc-jp
 # End: