diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-16 07:01:23 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-16 07:01:23 +0000 |
| commit | c785a1c4509971833ab892a17e87d3b2a06ac271 (patch) | |
| tree | 06fbbcf59a200de01f7665d30f803b83e83c00df /libstdc++-v3/include/std/complex | |
| parent | be4508577ba5c2eb22f6bd08073d03ae8e7786fb (diff) | |
| download | ppe42-gcc-c785a1c4509971833ab892a17e87d3b2a06ac271.tar.gz ppe42-gcc-c785a1c4509971833ab892a17e87d3b2a06ac271.zip | |
2008-07-15 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Add complex, ratio,
intializer_list.
(PREDEFINED): Add _GLIBCXX_USE_C99_STDINT_TR1.
* doc/doxygen/doxygroups.cc: Add std::chrono.
* include/bits/unique_ptr.h (default_delete, unique_ptr): Add markup.
* libsupc++/initializer_list (initializer_list): Same.
* include/std/ratio: Same.
* include/std/chrono: Same.
* include/std/complex: Disambiguate file markup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137868 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/complex')
| -rw-r--r-- | libstdc++-v3/include/std/complex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/complex b/libstdc++-v3/include/std/complex index c8845f6728c..1c48251e350 100644 --- a/libstdc++-v3/include/std/complex +++ b/libstdc++-v3/include/std/complex @@ -29,7 +29,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -/** @file complex +/** @file include/complex * This is a Standard C++ Library header. */ |

