diff options
| author | Harald Welte <laforge@gnumonks.org> | 2011-08-17 12:46:48 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2011-08-17 17:14:11 +0200 | 
| commit | ba6988bd893eb08c54ffdb144700530e3a683d6e (patch) | |
| tree | 0ae180c7c7bd072c5e11b32e2dc1f2200dea8f34 /Doxyfile | |
| parent | 03bba4313f9e6f880ec5cadcb66a0df9663349b9 (diff) | |
some more doxygen work (include the notion of modules)
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -610,7 +610,7 @@ WARN_LOGFILE           =  # directories like "/usr/src/myproject". Separate the files or directories  # with spaces. -INPUT                  = include +INPUT                  = include src  # This tag can be used to specify the character encoding of the source files  # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -1406,7 +1406,7 @@ PERLMOD_MAKEVAR_PREFIX =  # evaluate all C-preprocessor directives found in the sources and include  # files. -ENABLE_PREPROCESSING   = YES +ENABLE_PREPROCESSING   = NO  # 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 | 
