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
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 /\*\//
commentblock(buf)
# Local Variables:
-# coding: euc-jp
+# coding: utf-8
# End: