diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-05 17:55:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-05 17:55:13 -0700 |
commit | 57f1f769e5e5bb07a5385955eee9390d0e1de908 (patch) | |
tree | a8e844ec12588caef94675b74dd4e050fa1bd963 /host/Doxyfile.in | |
parent | e4f75a9271cc20702444641a3e8d442e12492c11 (diff) | |
download | uhd-57f1f769e5e5bb07a5385955eee9390d0e1de908.tar.gz uhd-57f1f769e5e5bb07a5385955eee9390d0e1de908.tar.bz2 uhd-57f1f769e5e5bb07a5385955eee9390d0e1de908.zip |
some doxygen fixes after merge
Diffstat (limited to 'host/Doxyfile.in')
-rw-r--r-- | host/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Doxyfile.in b/host/Doxyfile.in index a5a14ac0b..7395516b5 100644 --- a/host/Doxyfile.in +++ b/host/Doxyfile.in @@ -1223,7 +1223,7 @@ ENABLE_PREPROCESSING = YES # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the |