Docs
FossilOrigin-Name: b74a5d16fe9f1b94b0a52b6733669351c9ad354d0058e734c458d650cb2f8b35
This commit is contained in:
parent
afdd6de9ef
commit
879cd9db22
2 changed files with 2 additions and 4 deletions
2
Doxyfile
2
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.
|
||||
|
|
|
@ -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*);
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue