summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-15 11:05:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-15 11:05:30 (GMT)
commit3dca0c9fdf09cc1dcb8630b2a8670510321f8347 (patch)
tree690d5b3b98a998c02037cdb958f0ba27df528d3d
parent5de2a255699513b27ebbfc126a31026ddfcb3608 (diff)
parentbe5f9c70bcf38f9bce58e4b8e293dab6aea754fd (diff)
downloadDoxygen-3dca0c9fdf09cc1dcb8630b2a8670510321f8347.zip
Doxygen-3dca0c9fdf09cc1dcb8630b2a8670510321f8347.tar.gz
Doxygen-3dca0c9fdf09cc1dcb8630b2a8670510321f8347.tar.bz2
Merge pull request #116 from albert-github/feature/bug_docu
Superfluous backslash in documentation
-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>