Commit 6778bfcd authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.2.2

parent 34c1092a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.2.1-20000917
DOXYGEN Version 1.2.2

Please read the installation section of the manual for instructions.

--------
Dimitri van Heesch (17 September 2000)
Dimitri van Heesch (24 September 2000)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.2.1-20000917
DOXYGEN Version 1.2.2

Please read INSTALL for compilation instructions.

@@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (17 September 2000)
Dimitri van Heesch (24 September 2000)
+1 −1
Original line number Diff line number Diff line
1.2.1-20000917
1.2.2
+3 −2
Original line number Diff line number Diff line
@@ -775,7 +775,8 @@ void init()
                    "information to generate all constant output in the proper language. \n"
                    "The default language is English, other supported languages are: \n"
                    "Dutch, French, Italian, Czech, Swedish, German, Finnish, Japanese, \n"
                    "Korean, Hungarian, Spanish, Russian, Croatian, Polish, and Portuguese.\n"
                    "Korean, Hungarian, Spanish, Romanian, Russian, Croatian, Polish, and \n"
                    "Portuguese.\n"
                   );
  ConfigString::addFixedValue("outputLanguage","English");
  ConfigString::addFixedValue("outputLanguage","Dutch");
@@ -789,6 +790,7 @@ void init()
  ConfigString::addFixedValue("outputLanguage","Japanese");
  ConfigString::addFixedValue("outputLanguage","Korean");
  ConfigString::addFixedValue("outputLanguage","Spanish");
  ConfigString::addFixedValue("outputLanguage","Romanian");
  ConfigString::addFixedValue("outputLanguage","Russian");
  ConfigString::addFixedValue("outputLanguage","Croatian");
  ConfigString::addFixedValue("outputLanguage","Polish");
@@ -1035,7 +1037,6 @@ void init()
                    "put the command \\sideeffect (or @sideeffect) in the documentation, which \n"
                    "will result in a user defined paragraph with heading \"Side Effects:\". \n"
                    "You can put \\n's in the value part of an alias to insert newlines. \n" 
                    "Predefined commands cannot be overwritten using aliases. \n" 
                 );
  //-----------------------------------------------------------------------------------------------
  ConfigInfo::add(  "Messages","configuration options related to warning and progress messages");
+0 −1
Original line number Diff line number Diff line
@@ -448,7 +448,6 @@ followed by the descriptions of the tags grouped by category.
 put the command \\sideeffect (or \@sideeffect) in the documentation, which 
 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.
 Predefined commands cannot be overwritten using aliases.

</dl>

Loading