diff options
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 - |