diff options
| author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-20 13:48:28 +0000 |
|---|---|---|
| committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-20 13:48:28 +0000 |
| commit | f4f69401831390f9a126a281cf9dd9912c66aae0 (patch) | |
| tree | fbf86d12ab6a268a5507e6198b4aacdb5467d2aa /libstdc++-v3/include/profile/impl | |
| parent | 85a79c1e80d53b6801dad529664f97b757882b3b (diff) | |
| download | ppe42-gcc-f4f69401831390f9a126a281cf9dd9912c66aae0.tar.gz ppe42-gcc-f4f69401831390f9a126a281cf9dd9912c66aae0.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/profile/impl')
| -rw-r--r-- | libstdc++-v3/include/profile/impl/profiler_algos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/profile/impl/profiler_algos.h b/libstdc++-v3/include/profile/impl/profiler_algos.h index 977afaa800c..1be8b61be8b 100644 --- a/libstdc++-v3/include/profile/impl/profiler_algos.h +++ b/libstdc++-v3/include/profile/impl/profiler_algos.h @@ -24,7 +24,7 @@ /** @file profile/impl/profiler_algos.h * @brief Algorithms used by the profile extension. * - * This file is needed to avoid including <algorithm> or <bits/stl_algo.h>. + * This file is needed to avoid including \<algorithm\> or \<bits/stl_algo.h\>. * Including those files would result in recursive includes. * These implementations are oversimplified. In general, efficiency may be * sacrificed to minimize maintenance overhead. |

