This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] doxygen updates


Hi. 

This fixes a couple problems with the generated doxygen output. In
addition, it updates the generated doxygen config to 1.3.9.1, and
removes using dot in the default config. (This last bit is at the
longstanding request of the SC. Sadly, free software with equivalent
functionality of graphviz is still in progress. In the meantime, those
who want dot output will have to generate it themselves, which should
not be an undue hardship.)

The new output can be browsed here:

http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/index.html

I posted archives of generated html and man pages here:

ftp://gcc.gnu.org/pub/libstdc++/doxygen/libstdc++-html-USERS-20041105.tar.bz2
ftp://gcc.gnu.org/pub/libstdc++/doxygen/libstdc++-man-20041105.tar.bz2

tested x86/linux

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.

Attachment: p.20041105.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]