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

Release-1.3.3-20030824

parent 8626ab32
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ MAN_LINKS = NO
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML           = NO
GENERATE_XML           = YES
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
@@ -188,9 +188,3 @@ DOT_CLEANUP = YES
# Configuration::addtions related to the search engine   
#---------------------------------------------------------------------------
SEARCHENGINE           = NO
CGI_NAME               = search.cgi
CGI_URL                = 
DOC_URL                = 
DOC_ABSPATH            = 
BIN_ABSPATH            = /usr/local/bin/
EXT_DOC_PATHS          = 
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3.3-20030808
DOXYGEN Version 1.3.3-20030824

Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.

--------
Dimitri van Heesch (08 August 2003)
Dimitri van Heesch (24 August 2003)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3.3_20030808
DOXYGEN Version 1.3.3_20030824

Please read INSTALL for compilation instructions.

@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (08 August 2003)
Dimitri van Heesch (dimitri@stack.nl) (24 August 2003)
+1 −1
Original line number Diff line number Diff line
1.3.3-20030808
1.3.3-20030824
+2 −0
Original line number Diff line number Diff line
@@ -450,6 +450,8 @@ ConfigFile::ConfigFile( QWidget *parent ) : QWidget( parent )
          addDependency(m_switches,option->dependsOn(),option->name());
        }
        break;
      case ConfigOption::O_Obsolete:
        break;
    } 
  }
  if (page) page->addStretch(1);
Loading