2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
23 WARN_IF_DOC_ERROR = YES
24 WARN_FORMAT = "$file:$line: $text"
26 # Do this only on Windows - the MSI has some ridiculous path name length
27 # restrictions - but not other platforms because short names are pretty random
29 # for windows? actually should NOT need this - no case collision in files!
30 # note this changes filenames (uppercase letters translated to "_lowercase")
31 #CASE_SENSE_NAMES = NO
32 # this is bad because the directories have random names...
34 # hmm... not sure if we want the source files in the output?
38 # ideally everything should be documented, but...
40 # first line is "brief" doc
41 JAVADOC_AUTOBRIEF = YES
42 # we want detailed description for everything, starting with "brief" doc
44 ALWAYS_DETAILED_SEC = YES
45 # by default members detail sections are prefixed with ns-qualified class
46 # name which looks like overkill/clutter
47 HIDE_SCOPE_NAMES = YES