matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
492 stars 72 forks source link

Doxygen docs at http://oglplus.org/oglplus/html/index.html are out of date. #138

Open mattgruenke opened 6 years ago

mattgruenke commented 6 years ago

The footer indicates they were last updated on Mon Sep 22 2014.

Also, I recommend changing the following settings, in doc/doxygen/Doxyfile.common:

EXTRACT_ALL            = YES
ALPHABETICAL_INDEX     = YES

And since I didn't find the directory dependency graph particularly useful, I'd set:

DIRECTORY_GRAPH        = NO