Commit f3e7209f authored by dimitri's avatar dimitri
Browse files

Release-1.3-rc1-20021128

parent e952dab5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3-rc1
DOXYGEN Version 1.3-rc1-20021128

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

--------
Dimitri van Heesch (15 November 2002)
Dimitri van Heesch (28 November 2002)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3_rc1
DOXYGEN Version 1.3_rc1_20021128

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) (15 November 2002)
Dimitri van Heesch (dimitri@stack.nl) (28 November 2002)
+1 −1
Original line number Diff line number Diff line
1.3-rc1
1.3-rc1-20021128
+2 −1
Original line number Diff line number Diff line
@@ -376,7 +376,8 @@ doxygen. Unrecognized commands are treated as normal text.
  
  \addindex \\internal
  This command writes the message `For internal use only' to the output and
  all text \e after a \c \\internal command is ignored. 
  all text \e after a \c \\internal command until the end of the
  comment block is ignored. 
  You can use \ref cfg_internal_docs "INTERNAL_DOCS" in the config file
  to show or hide the internal documentation.

+2 −1
Original line number Diff line number Diff line
@@ -229,7 +229,8 @@ generator -> gen
\endverbatim

At the time I was looking into lex and yacc, where a lot of things start with
"yy", so the "y" slipped in and made things pronounceable.
"yy", so the "y" slipped in and made things pronounceable 
(the proper pronouncement is Docs-ee-gen, so with a long "e").

<li><b>What was the reason to develop doxygen?</b>

Loading