From e74a1a8652b8604815629b550cd7ddad8d9b6b0a Mon Sep 17 00:00:00 2001 From: tsutsumi <> Date: Thu, 23 Oct 2003 19:32:32 +0000 Subject: [PATCH] to selective language --- doc/Doxyfile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index d79fe69..7916d76 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -41,7 +41,7 @@ OUTPUT_DIRECTORY = . # (Japanese with English messages), Korean, Norwegian, Polish, Portuguese, # Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian. -OUTPUT_LANGUAGE = English +OUTPUT_LANGUAGE = # This tag can be used to specify the encoding used in the generated output. # The encoding is not always determined by the language that is chosen, @@ -262,12 +262,14 @@ GENERATE_DEPRECATEDLIST= YES # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = +ALIASES = "english=\if English" \ + "japanese=\if Japanese" \ + "elsejapanese=\elseif Japanese" # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. -ENABLED_SECTIONS = +ENABLED_SECTIONS = english # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in -- 2.11.0