diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-07-15 06:08:49 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-07-15 06:08:49 +0200 |
| commit | f27b61a79ace02f2a89bac9ed55e3879b98c30ad (patch) | |
| tree | 74cf7f3b82364cfc94f04b8421d7659a9ac21c3a /Doxyfile | |
| parent | 00fa82bdcc4890da524eb2505061b5ad682e5dce (diff) | |
| download | videoteco-fork-f27b61a79ace02f2a89bac9ed55e3879b98c30ad.tar.gz | |
converted file header and some variable/macro docs to Doxygen format
* adapted Doxygen config file
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE = 0 # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = YES +EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -1253,7 +1253,7 @@ PERLMOD_MAKEVAR_PREFIX = # evaluate all C-preprocessor directives found in the sources and include # files. -ENABLE_PREPROCESSING = NO +ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional |
