diff options
author | Ran Benita <ran234@gmail.com> | 2014-03-27 20:58:16 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-03-27 21:00:58 +0200 |
commit | 240fa418fbf648fce508be3a7440899e338437f8 (patch) | |
tree | 87fc3b724c6b4826b2ddbc3e2c6222823f4126ac | |
parent | 2a610ff4111c15adb18a8af9a1d66c5e13991bfd (diff) | |
download | libxkbcommon-240fa418fbf648fce508be3a7440899e338437f8.tar.gz libxkbcommon-240fa418fbf648fce508be3a7440899e338437f8.tar.bz2 libxkbcommon-240fa418fbf648fce508be3a7440899e338437f8.zip |
build: trim down generated doxygen docs
Remove the huge verbatim copies of the header files.
Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0c57100..39a3bbe 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -838,7 +838,7 @@ USE_HTAGS = NO # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. -VERBATIM_HEADERS = YES +VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index |