Commit 04dd14e8 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.3-rc2-20021224

parent 1a8ff6f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3-rc2
DOXYGEN Version 1.3-rc2-20021224

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

--------
Dimitri van Heesch (16 December 2002)
Dimitri van Heesch (24 December 2002)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3_rc2
DOXYGEN Version 1.3_rc2_20021224

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) (16 December 2002)
Dimitri van Heesch (dimitri@stack.nl) (24 December 2002)
+1 −1
Original line number Diff line number Diff line
1.3-rc2
1.3-rc2-20021224
+5 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ PREDEFINED = MY_MACRO()=
      manual for more information.
  </ol> 

<li><b>When I set EXTRACT_ALL to NO none of my functions are shown in the documentation.</b></li>
<li><b>When I set EXTRACT_ALL to NO none of my functions are shown in the 
    documentation.</b></li>

In order for global functions, variables, enums, typedefs, and defines 
to be documented you should document the file in which these commands are
@@ -73,6 +74,9 @@ Alternatively, you can put all members in a group (or module)
using the \\ingroup command and then document the group using a comment
block containing the \\defgroup command.

For member functions or functions that are part of a namespace you should
document either the class or namespace.
 
<li><b>How can I make doxygen ignore some code fragment?</b>
<p>
You can use Doxygen's preprocessor for this: 
+3 −2
Original line number Diff line number Diff line
@@ -181,8 +181,9 @@ Thanks go to:
    All language maintainers for providing translations into many languages.
<li>Erik Jan Lingen of <a href="http://www.habanera.nl/">Habanera</a>, Mark
    Roddy, Paul Schwartz, Charles Duffy, Vadym Voznyuk, Philip Walton,
    Dwight Browne, Andreas Fredriksson, Karel Lindveld, and Ivan Lee 
    for donating money.
    Dwight Browne, Andreas Fredriksson, Karel Lindveld, Ivan Lee, Albert
    Vernon, Adam McKee, Vijapurapu Anatharac, Ben Hunsberger and 
    Walter Wartenweiler for donating money.
<li>The Comms group of <a href="http://www.symbian.com">Symbian</a> for donating
    an ultra cool <a href="http://www.psion.com/revoplus">Revo plus</a> 
    organizer!
Loading