diff options
| author | David Robillard <d@drobilla.net> | 2010-10-25 04:01:17 +0000 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2010-10-25 04:01:17 +0000 | 
| commit | e45e55acbfc5e3675380fe05a2b26425d6015df9 (patch) | |
| tree | da73db8b4dd5b4e6097c34117309effa4b252110 /Doxyfile | |
| parent | 8b4982def7eef9ba63ef1b640ebc93ee33248c86 (diff) | |
| download | lv2-e45e55acbfc5e3675380fe05a2b26425d6015df9.tar.xz | |
Document static definitions.
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -307,7 +307,7 @@ EXTRACT_PRIVATE        = YES  # If the EXTRACT_STATIC tag is set to YES all static members of a file   # will be included in the documentation. -EXTRACT_STATIC         = NO +EXTRACT_STATIC         = YES  # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)   # defined locally in source files will be included in the documentation.  |