summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-02-19 10:20:54 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-02-19 10:20:54 (GMT)
commit95b0c861caf58c8f4e2cdcc2c7506679668728bb (patch)
tree08c7e08d91367a81f4a1feba4cbd729930a449ca /doc
parent5fff1fc1d5b268b47fbdac2c06199b7cf42987a1 (diff)
downloadDoxygen-95b0c861caf58c8f4e2cdcc2c7506679668728bb.zip
Doxygen-95b0c861caf58c8f4e2cdcc2c7506679668728bb.tar.gz
Doxygen-95b0c861caf58c8f4e2cdcc2c7506679668728bb.tar.bz2
Correction end tag in documentation
Small documentation correction (missing `/` in end tag).
Diffstat (limited to 'doc')
-rw-r--r--doc/trouble.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc
index 5405a81..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&nbsp;href="..."\>...\<a\>) for instance
+ Inside a HTML link (i.e. \<a&nbsp;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.