summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-10-27 18:00:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-10-27 18:00:16 (GMT)
commit8491e9fbd06ef8a8f1cc542a524c673d7781d4b6 (patch)
tree7c1bfd20df6135fa1aac607ebe1a46d31d7f4b65 /doc
parent3af6ff4c3d2748b45f468695a3db9f26eef4e630 (diff)
downloadDoxygen-8491e9fbd06ef8a8f1cc542a524c673d7781d4b6.zip
Doxygen-8491e9fbd06ef8a8f1cc542a524c673d7781d4b6.tar.gz
Doxygen-8491e9fbd06ef8a8f1cc542a524c673d7781d4b6.tar.bz2
Release-1.7.5.1-20111027
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.