Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / odk / docs / idl / Doxyfile
blob008ec153b4b064a408cdebff6bc382d77add67a3
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/.
9 PROJECT_BRIEF = %
10 PROJECT_NAME = %
11 OUTPUT_DIRECTORY = %
12 STRIP_FROM_PATH = %
13 INPUT = %
14 RECURSIVE = YES
16 GENERATE_HTML = YES
17 HTML_OUTPUT = .
18 HTML_TIMESTAMP = NO
19 GENERATE_LATEX = NO
21 QUIET = %
22 WARNINGS = YES
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
28 SHORT_NAMES = %
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...
33 #CREATE_SUBDIRS = YES
34 # hmm... not sure if we want the source files in the output?
35 #SHOW_USED_FILES = NO
36 #SHOW_FILES = NO
38 # ideally everything should be documented, but...
39 EXTRACT_ALL = YES
40 # first line is "brief" doc
41 JAVADOC_AUTOBRIEF = YES
42 # we want detailed description for everything, starting with "brief" doc
43 REPEAT_BRIEF = YES
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