diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-10-27 18:00:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-10-27 18:00:16 (GMT) |
commit | 169834ef89a1df22c8f72a01b6a9413bbb57edb5 (patch) | |
tree | 7c1bfd20df6135fa1aac607ebe1a46d31d7f4b65 /doc | |
parent | 4bb56dc6ee7e5361da29a579f23c1777e4589602 (diff) | |
download | Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.zip Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.tar.gz Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.tar.bz2 |
Release-1.7.5.1-20111027
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 3 | ||||
-rw-r--r-- | doc/faq.doc | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index d74452a..72ec29f 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -629,8 +629,7 @@ Structural indicators */ \endverbatim - You can refer to the main page using \\ref index (if the treeview - is disabled, otherwise you should use \\ref main). + You can refer to the main page using \\ref index. \sa section \ref cmdsection "\\section", section \ref cmdsubsection "\\subsection", and diff --git a/doc/faq.doc b/doc/faq.doc index 7bbf858..7547d16 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -254,6 +254,12 @@ in a configuration file from the command line (assuming a UNIX environment): ( cat Doxyfile ; echo "PROJECT_NUMBER=1.0" ) | doxygen - \endverbatim +For Windows the following would do the same: + +\verbatim +( type Doxyfile & echo PROJECT_NUMBER=1.0 ) | doxygen.exe - +\endverbatim + If multiple options with the same name are specified then doxygen will use the last one. To append to an existing option you can use the += operator. |