Commit 5ce25000 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.2.1

parent c4ef4619
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.0-20000806
DOXYGEN Version 1.2.1


Please read the installation section of the manual for instructions.
Please read the installation section of the manual for instructions.


--------
--------
Dimitri van Heesch (06 August 2000)
Dimitri van Heesch (13 August 2000)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.0-20000806
DOXYGEN Version 1.2.1


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


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


Enjoy,
Enjoy,


Dimitri van Heesch (06 August 2000)
Dimitri van Heesch (13 August 2000)
+1 −1
Original line number Original line Diff line number Diff line
1.2.0-20000806
1.2.1
+1 −1
Original line number Original line Diff line number Diff line
@@ -239,7 +239,7 @@ static void readIncludeFile(const char *incName)
					  else
					  else
					  {
					  {
					    ConfigFileState *fs=includeStack.pop();
					    ConfigFileState *fs=includeStack.pop();
					    pclose(fs->filePtr);
					    fclose(fs->filePtr);
					    YY_BUFFER_STATE oldBuf = YY_CURRENT_BUFFER;
					    YY_BUFFER_STATE oldBuf = YY_CURRENT_BUFFER;
					    yy_switch_to_buffer( fs->oldState );
					    yy_switch_to_buffer( fs->oldState );
					    yy_delete_buffer( oldBuf );
					    yy_delete_buffer( oldBuf );
+9 −8
Original line number Original line Diff line number Diff line
@@ -791,14 +791,6 @@ void init()
  ConfigString::addFixedValue("outputLanguage","Croatian");
  ConfigString::addFixedValue("outputLanguage","Croatian");
  ConfigString::addFixedValue("outputLanguage","Polish");
  ConfigString::addFixedValue("outputLanguage","Polish");
  ConfigString::addFixedValue("outputLanguage","Portuguese");
  ConfigString::addFixedValue("outputLanguage","Portuguese");
  ConfigBool::add(  "noIndexFlag",
                    "DISABLE_INDEX",
                    "FALSE",
                    "generate condensed index flag",
                    "The DISABLE_INDEX tag can be used to turn on/off the condensed index at \n"
                    "top of each HTML page. The value NO (the default) enables the index and \n"
                    "the value YES disables it. \n"
                 );
  ConfigBool::add(  "extractAllFlag",
  ConfigBool::add(  "extractAllFlag",
                    "EXTRACT_ALL",
                    "EXTRACT_ALL",
                    "FALSE",
                    "FALSE",
@@ -1244,6 +1236,15 @@ void init()
                    "of the generated HTML documentation. \n"
                    "of the generated HTML documentation. \n"
                 );
                 );
  addDependency("htmlHelpFlag","generateHtml");
  addDependency("htmlHelpFlag","generateHtml");
  ConfigBool::add(  "noIndexFlag",
                    "DISABLE_INDEX",
                    "FALSE",
                    "generate condensed index flag",
                    "The DISABLE_INDEX tag can be used to turn on/off the condensed index at \n"
                    "top of each HTML page. The value NO (the default) enables the index and \n"
                    "the value YES disables it. \n"
                 );
  addDependency("noIndexFlag","generateHtml");
  //-----------------------------------------------------------------------------------------------
  //-----------------------------------------------------------------------------------------------
  ConfigInfo::add(  "LaTeX","configuration options related to the LaTeX output");
  ConfigInfo::add(  "LaTeX","configuration options related to the LaTeX output");
  //-----------------------------------------------------------------------------------------------
  //-----------------------------------------------------------------------------------------------
Loading