diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-03 18:54:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 18:54:18 (GMT) |
commit | 23a88bee679fb545a4d22ac10f10203cb575056b (patch) | |
tree | a6943dfa74967be46a5cd65d2c4361afe2d3f0a4 /doc/trouble.doc | |
parent | 789625caed4097a075819b7d7299ab1a808fcf08 (diff) | |
parent | cc78ebc6ad3d24d25ac779eeed9fb5fa3c89ee27 (diff) | |
download | Doxygen-23a88bee679fb545a4d22ac10f10203cb575056b.zip Doxygen-23a88bee679fb545a4d22ac10f10203cb575056b.tar.gz Doxygen-23a88bee679fb545a4d22ac10f10203cb575056b.tar.bz2 |
Merge branch 'master' into feature/bug_lex
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r-- | doc/trouble.doc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc index cb50399..a2e9be6 100644 --- a/doc/trouble.doc +++ b/doc/trouble.doc @@ -34,7 +34,7 @@ or unions with the same name in your code. It should not crash however, rather it should ignore all of the classes with the same name except one. <li>Some commands do not work inside the arguments of other commands. - Inside a HTML link (i.e. \<a href="..."\>...\<a\>) for instance + Inside a HTML link (i.e. \<a href="..."\>...\</a\>) for instance other commands (including other HTML commands) do not work! The sectioning commands are an important exception. <li>Redundant braces can confuse doxygen in some cases. @@ -106,7 +106,8 @@ helpful and it will cost me much more time to figure out what you mean. In the worst-case your bug report may even be completely ignored by me, so always try to include the following information in your bug report: - The version of doxygen you are using (for instance 1.5.3, use - `doxygen --version` if you are not sure). + `doxygen --version` if you are not sure or `doxygen --Version` for a bit + more information). - The name and version number of your operating system (for instance Ubuntu Linux 18.04 LTS) - It is usually a good idea to send along the configuration file as well, |