2004-11-05 Benjamin Kosnik <bkoz@redhat.com>
commitfdc7233f240d13b45e3417f25729a51546582798
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 2004 19:58:03 +0000 (5 19:58 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 2004 19:58:03 +0000 (5 19:58 +0000)
treecc0029c71210b825470053ab041bb2d5ee1ce457
parentb5b40b3f4226aae99b7edc7f9fdb8831ba63ca93
2004-11-05  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/17218
PR libstdc++/17223
* docs/doxygen/filter: Remove.
* docs/doxygen/filter.sed: Remove.
* docs/doxygen/mainpage.html: Add link to functions.
* docs/doxygen/run_doxygen: Changes due to new source filtering.
* docs/doxygen/user.cfg.in: Update to doxygen 1.3.9.1, tweak.
* include/bits/allocator.h: Tweaks for doxygen.
* include/bits/char_traits.h: Same.
* include/bits/codecvt.h: Same.
* include/bits/concurrence.h: Same.
* include/bits/locale_facets.h: Same.
* include/ext/array_allocator.h: Same.
* include/ext/debug_allocator.h: Same.
* include/ext/malloc_allocator.h: Same.
* include/ext/mt_allocator.h: Same.
* include/ext/new_allocator.h: Same.
* include/ext/pool_allocator.h: Same.
* include/ext/stdio_sync_filebuf.h: Same.
* include/std/std_memory.h: Same.
* include/tr1/array: Same.
* include/tr1/tuple: Same.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
* config/os/gnu-linux/ctype_base.h: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90137 138bc75d-0d04-0410-961f-82ee72b054a4
23 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h
libstdc++-v3/config/os/gnu-linux/ctype_base.h
libstdc++-v3/docs/doxygen/filter [deleted file]
libstdc++-v3/docs/doxygen/filter.sed [deleted file]
libstdc++-v3/docs/doxygen/mainpage.html
libstdc++-v3/docs/doxygen/run_doxygen
libstdc++-v3/docs/doxygen/user.cfg.in
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/include/bits/char_traits.h
libstdc++-v3/include/bits/codecvt.h
libstdc++-v3/include/bits/concurrence.h
libstdc++-v3/include/bits/locale_facets.h
libstdc++-v3/include/ext/array_allocator.h
libstdc++-v3/include/ext/debug_allocator.h
libstdc++-v3/include/ext/malloc_allocator.h
libstdc++-v3/include/ext/mt_allocator.h
libstdc++-v3/include/ext/new_allocator.h
libstdc++-v3/include/ext/pool_allocator.h
libstdc++-v3/include/ext/stdio_sync_filebuf.h
libstdc++-v3/include/std/std_memory.h
libstdc++-v3/include/tr1/array
libstdc++-v3/include/tr1/tuple