diff options
author | albert-github <albert.tests@gmail.com> | 2014-02-12 18:05:17 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-02-12 18:05:17 (GMT) |
commit | be5f9c70bcf38f9bce58e4b8e293dab6aea754fd (patch) | |
tree | 8e25323a1e84af563ab1861119f7d80da76850c7 | |
parent | cc78b12b0019fbcb17692b231d38ba75d0952201 (diff) | |
download | Doxygen-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.doc | 2 |
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> |