diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-01 13:35:24 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-01 13:38:36 +0100 |
commit | e06559e69ac9432a6ada4934c39721217c8c6f49 (patch) | |
tree | daf6c460862516ec3d972893adc7d5b536283858 /odk/pack | |
parent | a526370737099b57b399f2ca8de43e74e24ab794 (diff) |
use short names for doxygen-generated files
This is a build fix for Windows, otherwise packaging ODK fails with complaints
about lines in .ddf files being longer than 256 characters, caused by doxygen
using very long names for complex types (such as the rtl stringutils.hxx
helpers). It'd be possibly cleaner to avoid somehow generating docs for these
internal types at all, but this should do.
Diffstat (limited to 'odk/pack')
-rw-r--r-- | odk/pack/gendocu/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/pack/gendocu/Doxyfile b/odk/pack/gendocu/Doxyfile index 897462757723..4e916e536363 100644 --- a/odk/pack/gendocu/Doxyfile +++ b/odk/pack/gendocu/Doxyfile @@ -33,6 +33,7 @@ JAVADOC_AUTOBRIEF = YES EXTRACT_ALL = YES CASE_SENSE_NAMES = NO +SHORT_NAMES = YES QUIET = % WARNINGS = YES |