|
65c77f88
|
2008-05-02T13:17:45
|
|
* Generate PDF documentation if a proper LaTeX installation can be found.
|
|
025860bc
|
2008-05-02T09:58:24
|
|
* Converted the HTML documentation to Doxygen so that everything ends up
in the same document. Plus, Doxygen's C++ pretty-printer is very nice for
code examples.
|
|
cd3d79bb
|
2008-05-02T09:16:51
|
|
* Activate macro expansion in Doxygen to hide useless macros such as
FTGL_EXPORT in the documentation.
|
|
69b3d506
|
2008-05-01T07:47:24
|
|
* Predefine __cplusplus in the Doxygen config file so that the whole
headers are parsed.
|
|
acff56f2
|
2008-05-01T07:37:56
|
|
* Generate the Doxygen configuration file at configure time so that we
don't need to hardcode the package version in it.
* Only generate documentation for the public classes.
|