diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-09-20 18:19:55 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-09-20 18:19:55 (GMT) |
commit | a80f9320bf9fdd879869cee2cea1ec3f9af822f8 (patch) | |
tree | c3964e8a42bc4dfecf5a99d6de94650878e67a0f /doc/trouble.doc | |
parent | ce8facca2c23f4656747ad3a5b4a8db475855e27 (diff) | |
download | Doxygen-a80f9320bf9fdd879869cee2cea1ec3f9af822f8.zip Doxygen-a80f9320bf9fdd879869cee2cea1ec3f9af822f8.tar.gz Doxygen-a80f9320bf9fdd879869cee2cea1ec3f9af822f8.tar.bz2 |
Release-1.7.1-20100920
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r-- | doc/trouble.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc index ee4dfd7..7bd0804 100644 --- a/doc/trouble.doc +++ b/doc/trouble.doc @@ -44,7 +44,7 @@ const int (a); \endverbatim is also seen as a function declaration with name - <code>int</code>, because only the syntax is analysed, + <code>int</code>, because only the syntax is analyzed, not the semantics. If the redundant braces can be detected, as in \verbatim int *(a[20]); @@ -107,7 +107,7 @@ always try to include the following information in your bug report: <code>doxygen --version</code> if you are not sure). - The name and version number of your operating system (for instance SuSE Linux 6.4) -- It is usually a good idea to send along the configuation file as well, +- It is usually a good idea to send along the configuration file as well, but please use doxygen with the <code>-s</code> flag while generating it to keep it small (use <code>doxygen -s -u [configName]</code> to strip the comments from an existing config file). |