diff options
author | David Robillard <d@drobilla.net> | 2016-09-20 11:45:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-20 11:45:40 -0400 |
commit | a7a6fb766cf807adf4f49ba0ed66f4048f73abbc (patch) | |
tree | 506fdc3623cad2e9e3b3180e5d00ce99c8621c0e /Doxyfile.in | |
parent | 9c7a05a0a1ee146edddca8dc6b202db3ea2cd2f9 (diff) | |
download | pugl-a7a6fb766cf807adf4f49ba0ed66f4048f73abbc.tar.gz pugl-a7a6fb766cf807adf4f49ba0ed66f4048f73abbc.tar.bz2 pugl-a7a6fb766cf807adf4f49ba0ed66f4048f73abbc.zip |
Move entire API to pugl.h
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 3fc4339..59e3331 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -425,7 +425,7 @@ LOOKUP_CACHE_SIZE = 0 # 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. @@ -714,7 +714,7 @@ CITE_BIB_FILES = # messages are off. # The default value is: NO. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES |