refs #91 Doxygen fixes in containers, predicates, and plugins.

Fixed PREDEFINED config in Doxyfile, so Doxygen only sees the variadic predicates.
This commit is contained in:
Mathew Sutcliffe
2014-02-08 14:11:15 +00:00
parent e46a883f08
commit c966d487f0
6 changed files with 30 additions and 10 deletions

View File

@@ -92,6 +92,7 @@ namespace BlackMisc
*/
struct TPluginDeleter
{
//! Delete a plugin
static void cleanup(IPlugin *plugin)
{
if (plugin) {