diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-01-28 18:16:38 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-01-28 18:16:38 (GMT) |
commit | 1426e2fbce1e3e4c8089b228c843042c90b2d1c4 (patch) | |
tree | 26b976ebd24f845a5cf88ab76f81f928c47c4548 /doc/config.doc | |
parent | bf4bb2e1e1fb5e61fa5a7458f6354002994fa5ee (diff) | |
download | Doxygen-1426e2fbce1e3e4c8089b228c843042c90b2d1c4.zip Doxygen-1426e2fbce1e3e4c8089b228c843042c90b2d1c4.tar.gz Doxygen-1426e2fbce1e3e4c8089b228c843042c90b2d1c4.tar.bz2 |
Release-1.2.4-20010128
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index 653d9a9..3114b01 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -140,6 +140,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_man_output MAN_OUTPUT <li> \refitem cfg_max_dot_graph_height MAX_DOT_GRAPH_HEIGHT <li> \refitem cfg_max_dot_graph_width MAX_DOT_GRAPH_WIDTH +<li> \refitem cfg_optimize_output_for_c OPTIMIZE_OUTPUT_FOR_C <li> \refitem cfg_output_directory OUTPUT_DIRECTORY <li> \refitem cfg_output_language OUTPUT_LANGUAGE <li> \refitem cfg_paper_type PAPER_TYPE @@ -445,6 +446,14 @@ followed by the descriptions of the tags grouped by category. will result in a user defined paragraph with heading "Side Effects:". You can put \\n's in the value part of an alias to insert newlines. +\anchor cfg_optimize_output_for_c +<dt>\c OPTIMIZE_OUTPUT_FOR_C + \addindex OPTIMIZE_OUTPUT_FOR_C + Set the \c OPTIMIZE_OUTPUT_FOR_C tag to \c YES if your project consists + of C sources only. Doxygen will then generate output that is more tailored + for C. For instance some of the names that are used will be different. + The list of all members will be omitted, etc. + </dl> \subsection messages_input Options related to warning and progress messages |