summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-01 13:35:24 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-01 13:38:36 +0100
commite06559e69ac9432a6ada4934c39721217c8c6f49 (patch)
treedaf6c460862516ec3d972893adc7d5b536283858
parenta526370737099b57b399f2ca8de43e74e24ab794 (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.
-rw-r--r--odk/pack/gendocu/Doxyfile1
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