Loading INSTALL +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.2.3-20001106 DOXYGEN Version 1.2.3-20001118 Please read the installation section of the manual for instructions. Please read the installation section of the manual for instructions. -------- -------- Dimitri van Heesch (06 November 2000) Dimitri van Heesch (18 November 2000) README +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.2.3-20001106 DOXYGEN Version 1.2.3-20001118 Please read INSTALL for compilation instructions. Please read INSTALL for compilation instructions. Loading @@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at Enjoy, Enjoy, Dimitri van Heesch (06 November 2000) Dimitri van Heesch (18 November 2000) VERSION +1 −1 Original line number Original line Diff line number Diff line 1.2.3-20001106 1.2.3-20001118 addon/configgen/configgen.cpp +5 −0 Original line number Original line Diff line number Diff line Loading @@ -713,6 +713,11 @@ int main(int argc,char * argv[]) while (!ctfile.atEnd()) while (!ctfile.atEnd()) { { ctfile.readLine(buf,maxLineLen-1); ctfile.readLine(buf,maxLineLen-1); if (buf[l-2]--'\r') // remove the \r for the folks using Windows { buf[l-2]='\n'; buf[l-1]='\r'; } if (QCString("#CONFIG Config\n" )==buf) FORALL(printConfig(t)) if (QCString("#CONFIG Config\n" )==buf) FORALL(printConfig(t)) else if (QCString("#CONFIG Static\n" )==buf) FORALL(printStatic(t)) else if (QCString("#CONFIG Static\n" )==buf) FORALL(printStatic(t)) else if (QCString("#CONFIG Rules\n" )==buf) FORALL(printRules(t)) else if (QCString("#CONFIG Rules\n" )==buf) FORALL(printRules(t)) Loading doc/config.doc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,7 +407,7 @@ followed by the descriptions of the tags grouped by category. \anchor cfg_enabled_sections \anchor cfg_enabled_sections <dt>\c ENABLED_SECTIONS <dd> <dt>\c ENABLED_SECTIONS <dd> \addindex ENABLED_SECTIONS \addindex ENABLED_SECTIONS The \c ENABLE_SECTIONS tag can be used to enable conditional The \c ENABLED_SECTIONS tag can be used to enable conditional documentation sections, marked by \ref cmdif "\\if" \<section-label\> ... documentation sections, marked by \ref cmdif "\\if" \<section-label\> ... \ref cmdendif "\\endif" blocks. \ref cmdendif "\\endif" blocks. Loading Loading
INSTALL +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.2.3-20001106 DOXYGEN Version 1.2.3-20001118 Please read the installation section of the manual for instructions. Please read the installation section of the manual for instructions. -------- -------- Dimitri van Heesch (06 November 2000) Dimitri van Heesch (18 November 2000)
README +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.2.3-20001106 DOXYGEN Version 1.2.3-20001118 Please read INSTALL for compilation instructions. Please read INSTALL for compilation instructions. Loading @@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at Enjoy, Enjoy, Dimitri van Heesch (06 November 2000) Dimitri van Heesch (18 November 2000)
VERSION +1 −1 Original line number Original line Diff line number Diff line 1.2.3-20001106 1.2.3-20001118
addon/configgen/configgen.cpp +5 −0 Original line number Original line Diff line number Diff line Loading @@ -713,6 +713,11 @@ int main(int argc,char * argv[]) while (!ctfile.atEnd()) while (!ctfile.atEnd()) { { ctfile.readLine(buf,maxLineLen-1); ctfile.readLine(buf,maxLineLen-1); if (buf[l-2]--'\r') // remove the \r for the folks using Windows { buf[l-2]='\n'; buf[l-1]='\r'; } if (QCString("#CONFIG Config\n" )==buf) FORALL(printConfig(t)) if (QCString("#CONFIG Config\n" )==buf) FORALL(printConfig(t)) else if (QCString("#CONFIG Static\n" )==buf) FORALL(printStatic(t)) else if (QCString("#CONFIG Static\n" )==buf) FORALL(printStatic(t)) else if (QCString("#CONFIG Rules\n" )==buf) FORALL(printRules(t)) else if (QCString("#CONFIG Rules\n" )==buf) FORALL(printRules(t)) Loading
doc/config.doc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,7 +407,7 @@ followed by the descriptions of the tags grouped by category. \anchor cfg_enabled_sections \anchor cfg_enabled_sections <dt>\c ENABLED_SECTIONS <dd> <dt>\c ENABLED_SECTIONS <dd> \addindex ENABLED_SECTIONS \addindex ENABLED_SECTIONS The \c ENABLE_SECTIONS tag can be used to enable conditional The \c ENABLED_SECTIONS tag can be used to enable conditional documentation sections, marked by \ref cmdif "\\if" \<section-label\> ... documentation sections, marked by \ref cmdif "\\if" \<section-label\> ... \ref cmdendif "\\endif" blocks. \ref cmdendif "\\endif" blocks. Loading