odk/pack/gendocu/Doxyfile | 1 + 1 file changed, 1 insertion(+) New commits: commit e06559e69ac9432a6ada4934c39721217c8c6f49 Author: LuboÅ¡ LuÅák <l.lu...@suse.cz> Date: Fri Mar 1 13:35:24 2013 +0100
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. diff --git a/odk/pack/gendocu/Doxyfile b/odk/pack/gendocu/Doxyfile index 8974627..4e916e5 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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits