diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-11-20 13:48:28 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-11-20 13:48:28 +0000 |
commit | 3263c9a3a75081bac1020be3706665f84306c90e (patch) | |
tree | fbf86d12ab6a268a5507e6198b4aacdb5467d2aa /libstdc++-v3/doc/doxygen | |
parent | b84d824df416552f65fb541138b49764ad8718df (diff) | |
download | gcc-3263c9a3a75081bac1020be3706665f84306c90e.zip gcc-3263c9a3a75081bac1020be3706665f84306c90e.tar.gz gcc-3263c9a3a75081bac1020be3706665f84306c90e.tar.bz2 |
2012-11-20 Matthias Klose <doko@ubuntu.com>
* doc/doxygen/user.cfg.in (ALIASES). Escape sharp braces.
* include/bits/allocator.h: Escape sharp braces in comment.
* include/profile/impl/profiler_algos.h: Likewise.
From-SVN: r193662
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r-- | libstdc++-v3/doc/doxygen/user.cfg.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index 9d2ab05..5af636b 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -196,8 +196,8 @@ TAB_SIZE = 4 # You can put \n's in the value part of an alias to insert newlines. ALIASES = "doctodo=@todo\nNeeds documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html" \ - "headername{1}=Instead, include <\1>." \ - "headername{2}=Instead, include <\1> or <\2>." + "headername{1}=Instead, include \<\1\>." \ + "headername{2}=Instead, include \<\1\> or \<\2\>." # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding |