Stl doc
From ODF::Wiki
| stl doc | |
|---|---|
| {{{Screenshot}}} {{{Description}}} | |
| Information | |
| Producer: | The Open Descent Foundation |
| Developers: | King Lo |
| Current version: | TODO: LO!! |
| Latest release: | TODO |
| Operating systems: | Linux, Windows (only to view HTML) |
| Category: | Documentation |
| License: | Public Domain Code |
| Languages: | Doxygen |
| Website: | none |
| Project page: | click here |
"stl doc" is the smallest, but probably one of the most popular and most used projects of the ODF. It uses [doxygen www.doxygen.org] to create a human readable documentation of the C++ STL library. The data can be compiled on GNU/linux like systems, but the results are in HTML (or, at your opinion, other formats), which can be displayed on almost any OS.
The C++ STL sources are documented in doxygen-like comments, but since Lo was not able to read the documentation in the internet and also wanted to be able to do offline C++ programming, he wrote STL doc. This project simply contains the needed doxygen configuration/style files (which are important to display the information well-arranged for its users) and a Makefile which lets the user run doxygen without having to know the needed parameters.

