diff --git a/Doxyfile b/Doxyfile index 5c8dbb0..3104291 100644 --- a/Doxyfile +++ b/Doxyfile @@ -485,7 +485,7 @@ NUM_PROC_THREADS = 1 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. diff --git a/include/mastodont.h b/include/mastodont.h index 437b373..c12de10 100644 --- a/include/mastodont.h +++ b/include/mastodont.h @@ -48,9 +48,7 @@ int mastodont_init(mastodont_t* data); */ void mastodont_cleanup(mastodont_t* data); -/*! - * Call's free() or a library derivative - */ +//! Call's free() or a library derivative void mastodont_free(void*); /*!