diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-09-20 18:19:55 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-09-20 18:19:55 (GMT) |
commit | 6dbef217c477d43fb61e90b429531ee109bf0e75 (patch) | |
tree | c3964e8a42bc4dfecf5a99d6de94650878e67a0f /doc/faq.doc | |
parent | 20bc00a80ad6bcda730a1762c3700c8f63fa16eb (diff) | |
download | Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.zip Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.gz Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.bz2 |
Release-1.7.1-20100920
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index e108d9b..1da9c30 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -199,7 +199,7 @@ EXCLUDE_PATTERNS = */test/* Put a \% in front of the class name. Like this: \%MyClass. Doxygen will then remove the % and keep the word unlinked. -<li><b>My favourite programming language is X. Can I still use doxygen?</b> +<li><b>My favorite programming language is X. Can I still use doxygen?</b> No, not as such; doxygen needs to understand the structure of what it reads. If you don't mind spending some time on it, there are several options: @@ -237,7 +237,7 @@ various buffers and then run "texconfig init". <li><b>Why are dependencies via STL classes not shown in the dot graphs?</b> -Doxygen is unware of the STL classes, unless the option BUILTIN_STL_SUPPORT is +Doxygen is unaware of the STL classes, unless the option BUILTIN_STL_SUPPORT is turned on. <li><b>I have problems getting the search engine to work with PHP5 and/or windows</b> @@ -248,7 +248,7 @@ Please read <a href="searchengine.html">this</a> for hints on where to look. Not via command line options, but doxygen can read from <code>stdin</code>, so you can pipe things through it. Here's an example how to override an option -in a configuration file from the command line (assuming a unix environment): +in a configuration file from the command line (assuming a UNIX environment): \verbatim ( cat Doxyfile ; echo "PROJECT_NUMBER=1.0" ) | doxygen - |