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 module additions


This is a documentation only patch, but changed line numbers made
fixups in the testsuites for negative tests necessary.

This adds several new groups, and finishes off some existing ones.

All <algorithm> functions are now in one of mutating, non-mutating,
sorting, or specializations of sorting modules.

New numerics modules include complex numbers and numeric arrays.

The IO module is now populated with the relevant classes, not just
typedefs.

New utility modules include allocators, pointer abstractions (smart
pointers), time, rational arithmetic, and type traits.

Atomics and concurrent-type things have new modules.

A new exception module.


Results are here:

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

There are still some issues with shared_ptr.h markup, and C++0x
type_traits completeness. In progress.

tested x86_64/linux

-benjamin

Attachment: 20090220-2.patch.bz2
Description: application/bzip


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