File: Doxyfile

package info (click to toggle)
dia 0.98%2Bgit20250126-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 52,072 kB
  • sloc: ansic: 155,381; xml: 14,056; python: 6,250; cpp: 3,598; sh: 439; perl: 137; makefile: 25
file content (49 lines) | stat: -rw-r--r-- 1,703 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PROJECT_NAME           = Dia
PROJECT_BRIEF          = "extensible application to create structured diagrams"
PROJECT_LOGO           = ../data/icons/scalable/apps/dia.svg

TAB_SIZE               = 8
OPTIMIZE_OUTPUT_FOR_C  = YES
# w/o this we could use \extends DiaObject instead of \extends _DiaObject
# also the names in the diagram would be nicer, but the collaboration graph 
# wont work anymore
TYPEDEF_HIDES_STRUCT   = NO
WARN_IF_UNDOCUMENTED   = NO
WARN_LOGFILE           = doxygen.log
INPUT                  = ../lib ../objects/standard ../objects/custom \
			../plug-ins/python ../plug-ins/svg ../plug-ins/shape \
			../plug-ins/cairo ../plug-ins/layout ../plug-ins/pdf \
			../plug-ins/wpg ../plug-ins/drs
#STRIP_FROM_PATH        = ../
FILE_PATTERNS          = *.c *.h *.dox *.py *.cpp
REFERENCES_RELATION    = NO
VERBATIM_HEADERS       = NO
GENERATE_LATEX         = NO
HAVE_DOT               = YES
#UML_LOOK               = YES

EXAMPLE_PATH           = ../doc/custom-shapes ../doc/diagram.dtd ..
IMAGE_PATH             = ../samples/Self

CLASS_DIAGRAMS         = YES
# to have this also needs also undoc relations to be turned on for non-class
COLLABORATION_GRAPH    = YES
HIDE_UNDOC_RELATIONS   = YES
# class graph is just redundant than
CLASS_GRAPH            = YES
GROUP_GRAPHS           = NO
MAX_DOT_GRAPH_DEPTH    = 3

# Needed to e.g. get documentation for standard/arc.c
EXTRACT_LOCAL_CLASSES  = YES
# A lot of the documentation would be missing otherwise
EXTRACT_STATIC         = YES
HIDE_UNDOC_MEMBERS     = YES
HIDE_UNDOC_CLASSES     = YES
HIDE_UNDOC_RELATIONS   = NO

INCLUDE_GRAPH          = NO
INCLUDED_BY_GRAPH      = NO

DOT_IMAGE_FORMAT       = svg
INTERACTIVE_SVG        = NO