Commit 7f95c8f5 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.2.11-20011104

parent 94dae6d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ ALWAYS_DETAILED_SEC = NO
FULL_PATH_NAMES        = YES
FULL_PATH_NAMES        = YES
STRIP_FROM_PATH        = $(PWD)/
STRIP_FROM_PATH        = $(PWD)/
INTERNAL_DOCS          = NO
INTERNAL_DOCS          = NO
CLASS_DIAGRAMS         = YES
CLASS_DIAGRAMS         = NO
SOURCE_BROWSER         = YES
SOURCE_BROWSER         = YES
INLINE_SOURCES         = NO
INLINE_SOURCES         = NO
STRIP_CODE_COMMENTS    = YES
STRIP_CODE_COMMENTS    = YES
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.11-20011021
DOXYGEN Version 1.2.11-20011104


Please read the installation section of the manual for instructions.
Please read the installation section of the manual for instructions.


--------
--------
Dimitri van Heesch (21 October 2001)
Dimitri van Heesch (04 November 2001)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.11_20011021
DOXYGEN Version 1.2.11_20011104


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) (21 October 2001)
Dimitri van Heesch (dimitri@stack.nl) (04 November 2001)
+1 −1
Original line number Original line Diff line number Diff line
1.2.11-20011021
1.2.11-20011104
+43 −13
Original line number Original line Diff line number Diff line
@@ -90,6 +90,7 @@ followed by the descriptions of the tags grouped by category.
<li> \refitem cfg_enabled_sections ENABLED_SECTIONS
<li> \refitem cfg_enabled_sections ENABLED_SECTIONS
<li> \refitem cfg_example_path EXAMPLE_PATH
<li> \refitem cfg_example_path EXAMPLE_PATH
<li> \refitem cfg_example_patterns EXAMPLE_PATTERNS
<li> \refitem cfg_example_patterns EXAMPLE_PATTERNS
<li> \refitem cfg_example_recursive EXAMPLE_RECURSIVE
<li> \refitem cfg_exclude EXCLUDE
<li> \refitem cfg_exclude EXCLUDE
<li> \refitem cfg_exclude_patterns EXCLUDE_PATTERNS
<li> \refitem cfg_exclude_patterns EXCLUDE_PATTERNS
<li> \refitem cfg_expand_as_defined EXPAND_AS_DEFINED
<li> \refitem cfg_expand_as_defined EXPAND_AS_DEFINED
@@ -157,6 +158,8 @@ followed by the descriptions of the tags grouped by category.
<li> \refitem cfg_project_number PROJECT_NUMBER
<li> \refitem cfg_project_number PROJECT_NUMBER
<li> \refitem cfg_quiet QUIET
<li> \refitem cfg_quiet QUIET
<li> \refitem cfg_recursive RECURSIVE
<li> \refitem cfg_recursive RECURSIVE
<li> \refitem cfg_referenced_by_relation REFERENCED_BY_RELATION
<li> \refitem cfg_references_relation REFERENCES_RELATION
<li> \refitem cfg_repeat_brief REPEAT_BRIEF
<li> \refitem cfg_repeat_brief REPEAT_BRIEF
<li> \refitem cfg_rtf_extensions_file RTF_EXTENSIONS_FILE
<li> \refitem cfg_rtf_extensions_file RTF_EXTENSIONS_FILE
<li> \refitem cfg_rtf_hyperlinks RTF_HYPERLINKS
<li> \refitem cfg_rtf_hyperlinks RTF_HYPERLINKS
@@ -319,18 +322,6 @@ followed by the descriptions of the tags grouped by category.
 to \c NO (the default) then the documentation will be excluded.
 to \c NO (the default) then the documentation will be excluded.
 Set it to \c YES to include the internal documentation.
 Set it to \c YES to include the internal documentation.


\anchor cfg_source_browser
<dt>\c SOURCE_BROWSER <dd>
 \addindex SOURCE_BROWSER
 If the \c SOURCE_BROWSER tag is set to \c YES then a list of source files will
 be generated. Documented entities will be cross-referenced with these sources.

\anchor cfg_inline_sources
<dt>\c INLINE_SOURCES <dd>
 \addindex INLINE_SOURCES
 Setting the \c INLINE_SOURCES tag to \c YES will include the body
 of functions, classes and enums directly into the documentation.

\anchor cfg_strip_code_comments
\anchor cfg_strip_code_comments
<dt>\c STRIP_CODE_COMMENTS <dd>
<dt>\c STRIP_CODE_COMMENTS <dd>
 \addindex STRIP_CODE_COMMENTS
 \addindex STRIP_CODE_COMMENTS
@@ -588,6 +579,14 @@ followed by the descriptions of the tags grouped by category.
 directories that contain example code fragments that are included (see
 directories that contain example code fragments that are included (see
 the \\include command in section \ref cmdinclude "\\include").
 the \\include command in section \ref cmdinclude "\\include").


\anchor cfg_example_recursive
<dt>\c EXAMPLE_RECURSIVE <dd>
 \addindex EXAMPLE_RECURSIVE
 If the \c EXAMPLE_RECURSIVE tag is set to \c YES then subdirectories will be
 searched for input files to be used with the \\include or \\dontinclude 
 commands irrespective of the value of the \c RECURSIVE tag. 
 Possible values are \c YES and \c NO. If left blank \c NO is used. 

\anchor cfg_example_patterns
\anchor cfg_example_patterns
<dt>\c EXAMPLE_PATTERNS <dd>
<dt>\c EXAMPLE_PATTERNS <dd>
 \addindex EXAMPLE_PATTERNS
 \addindex EXAMPLE_PATTERNS
@@ -626,6 +625,37 @@ followed by the descriptions of the tags grouped by category.


</dl>
</dl>


\subsection sourcebrowser_index Source browsing related options
\anchor cfg_source_browser
<dl>

<dt>\c SOURCE_BROWSER <dd>
 \addindex SOURCE_BROWSER
 If the \c SOURCE_BROWSER tag is set to \c YES then a list of source files will
 be generated. Documented entities will be cross-referenced with these sources.

\anchor cfg_inline_sources
<dt>\c INLINE_SOURCES <dd>
 \addindex INLINE_SOURCES
 Setting the \c INLINE_SOURCES tag to \c YES will include the body
 of functions, classes and enums directly into the documentation.

\anchor cfg_referenced_by_relation
<dt>\c REFERENCED_BY_RELATION <dd>
 \addindex REFERENCED_BY_RELATION
 If the \c REFERENCED_BY_RELATION tag is set to \c YES (the default)
 then for each documented function all documented
 functions referencing it will be listed. 

\anchor cfg_references_relation
<dt>\c REFERENCE_RELATION <dd>
 \addindex REFERENCES_RELATION
 If the \c REFERENCES_RELATION tag is set to \c YES (the default)
 then for each documented function all documented entities
 called/used by that function will be listed. 

</dl>

\subsection alphabetical_index Alphabetical index options
\subsection alphabetical_index Alphabetical index options
\anchor cfg_alphabetical_index
\anchor cfg_alphabetical_index
<dl>
<dl>
@@ -1144,7 +1174,7 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre>
 \addindex HAVE_DOT
 \addindex HAVE_DOT
 If you set the \c HAVE_DOT tag to \c YES then doxygen will assume the dot tool is
 If you set the \c HAVE_DOT tag to \c YES then doxygen will assume the dot tool is
 available from the path. This tool is part of 
 available from the path. This tool is part of 
 <a href="http://www.graphviz.org/">Graphviz</a>, a graph 
 <a href="http://www.research.att.com/sw/tools/graphviz/">Graphviz</a>, a graph 
 visualization toolkit from AT&T and Lucent Bell Labs. The other options in 
 visualization toolkit from AT&T and Lucent Bell Labs. The other options in 
 this section have no effect if this option is set to \c NO (the default)
 this section have no effect if this option is set to \c NO (the default)
 
 
Loading