Commit f309c3c0 authored by dimitri's avatar dimitri
Browse files

Release-1.3.7-20040526

parent 6e92a0d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3.7-20040517
DOXYGEN Version 1.3.7-20040526


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


--------
--------
Dimitri van Heesch (17 May 2004)
Dimitri van Heesch (26 May 2004)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3.7_20040517
DOXYGEN Version 1.3.7_20040526


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


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


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (17 May 2004)
Dimitri van Heesch (dimitri@stack.nl) (26 May 2004)
+1 −1
Original line number Original line Diff line number Diff line
1.3.7-20040517
1.3.7-20040526
+23 −1
Original line number Original line Diff line number Diff line
@@ -48,6 +48,7 @@ documentation:
\refitem cmdbug \\bug
\refitem cmdbug \\bug
\refitem cmdc \\c
\refitem cmdc \\c
\refitem cmdcallgraph \\callgraph
\refitem cmdcallgraph \\callgraph
\refitem cmdcategory \\category
\refitem cmdclass \\class
\refitem cmdclass \\class
\refitem cmdcode \\code
\refitem cmdcode \\code
\refitem cmdcopydoc \\copydoc
\refitem cmdcopydoc \\copydoc
@@ -111,6 +112,7 @@ documentation:
\refitem cmdpost \\post
\refitem cmdpost \\post
\refitem cmdpre \\pre
\refitem cmdpre \\pre
\refitem cmdproperty \\property
\refitem cmdproperty \\property
\refitem cmdprotocol \\protocol
\refitem cmdref \\ref
\refitem cmdref \\ref
\refitem cmdrelates \\relates
\refitem cmdrelates \\relates
\refitem cmdrelatesalso \\relatesalso
\refitem cmdrelatesalso \\relatesalso
@@ -203,6 +205,16 @@ doxygen. Unrecognized commands are treated as normal text.
  \note The completeness (and correctness) of the call graph depends on the 
  \note The completeness (and correctness) of the call graph depends on the 
  doxygen code parser which is not perfect.
  doxygen code parser which is not perfect.


<hr>
\section cmdcategory \category <name> [<header-file>] [<header-name>]

  \addindex \\category
  For Objective-C only: Indicates that a comment block contains documentation 
  for a class category with name \<name\>. The arguments are 
  equal to the \\class command.

  \sa section \ref cmdclass "\\class".

\section cmdclass \class <name> [<header-file>] [<header-name>]
\section cmdclass \class <name> [<header-file>] [<header-name>]


  \addindex \\class
  \addindex \\class
@@ -385,7 +397,7 @@ doxygen. Unrecognized commands are treated as normal text.
  \ref cmdaddtogroup "\\addtogroup" and \ref cmdweakgroup "\\weakgroup"
  \ref cmdaddtogroup "\\addtogroup" and \ref cmdweakgroup "\\weakgroup"


<hr>
<hr>
\section cmdinterface \interface 
\section cmdinterface \interface <name> [<header-file>] [<header-name>]


  \addindex \\interface
  \addindex \\interface
  Indicates that a comment block contains documentation for an
  Indicates that a comment block contains documentation for an
@@ -552,6 +564,16 @@ See section \ref memgroup for an example.


  \sa section \ref cmdfn "\\fn" and \ref cmdvar "\\var".
  \sa section \ref cmdfn "\\fn" and \ref cmdvar "\\var".


<hr>
\section cmdprotocol \protocol <name> [<header-file>] [<header-name>]

  \addindex \\protocol
  Indicates that a comment block contains documentation for a
  protocol in Objective-C with name \<name\>. The arguments are equal 
  to the \\class command.

  \sa section \ref cmdclass "\\class".

<hr>
<hr>
\section cmdrelates \relates <name>
\section cmdrelates \relates <name>


+1 −1
Original line number Original line Diff line number Diff line
Summary: A documentation system for C/C++.
Summary: A documentation system for C/C++.
Name: doxygen
Name: doxygen
Version: 1.3.7_20040517
Version: 1.3.7_20040526
Release: 1
Release: 1
Epoch: 1
Epoch: 1
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
Loading