summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-02-12 18:05:17 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-02-12 18:05:17 (GMT)
commitbe5f9c70bcf38f9bce58e4b8e293dab6aea754fd (patch)
tree8e25323a1e84af563ab1861119f7d80da76850c7
parentcc78b12b0019fbcb17692b231d38ba75d0952201 (diff)
downloadDoxygen-be5f9c70bcf38f9bce58e4b8e293dab6aea754fd.zip
Doxygen-be5f9c70bcf38f9bce58e4b8e293dab6aea754fd.tar.gz
Doxygen-be5f9c70bcf38f9bce58e4b8e293dab6aea754fd.tar.bz2
Superfluous backslash in documentation
Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
-rw-r--r--doc/diagrams.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc
index fce39b9..116b5c8 100644
--- a/doc/diagrams.doc
+++ b/doc/diagrams.doc
@@ -115,7 +115,7 @@
edge of the arrow is labeled with the variable(s) responsible for the
relation.
Class \c A uses class \c B, if class \c A has a member variable \c m
- of type C, where B is a subtype of C (e.g. `C` could be `B`, `B*`, `T\<B\>*`).
+ of type C, where B is a subtype of C (e.g. `C` could be `B`, `B*`, `T<B>*`).
</ul>