Commit f769c300 authored by dimitri's avatar dimitri
Browse files

Release-1.2.3-20001119

parent dd4999a1
Loading
Loading
Loading
Loading
+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)
+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.


@@ -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)
+1 −1
Original line number Original line Diff line number Diff line
1.2.3-20001106
1.2.3-20001118
+5 −0
Original line number Original line Diff line number Diff line
@@ -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))
+1 −1
Original line number Original line Diff line number Diff line
@@ -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