summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc3
-rw-r--r--doc/faq.doc6
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.