]> SALOME platform Git repositories - plugins/netgenplugin.git/blob - doc/salome/gui/NETGENPLUGIN/doxyfile.in
Salome HOME
Update copyrights
[plugins/netgenplugin.git] / doc / salome / gui / NETGENPLUGIN / doxyfile.in
1 #---------------------------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------------------------
4 PROJECT_NAME      = "SALOME NETGENPLUGIN User's Guide"
5 OUTPUT_DIRECTORY  = NETGENPLUGIN
6 CREATE_SUBDIRS    = NO
7 OUTPUT_LANGUAGE   = English
8 TAB_SIZE          = 5
9
10 #---------------------------------------------------------------------------
11 # configuration options related to warning and progress messages
12 #---------------------------------------------------------------------------
13 QUIET             = NO
14 WARNINGS          = YES
15
16 #---------------------------------------------------------------------------
17 #Input related options
18 #---------------------------------------------------------------------------
19 INPUT             = @CMAKE_CURRENT_SOURCE_DIR@/input
20 FILE_PATTERNS     = *.doc
21 EXCLUDE           = 
22 IMAGE_PATH        = @CMAKE_CURRENT_SOURCE_DIR@/images
23 EXAMPLE_PATH      = @CMAKE_SOURCE_DIR@/doc/salome/examples 
24
25 #---------------------------------------------------------------------------
26 #HTML related options
27 #---------------------------------------------------------------------------
28 GENERATE_HTML     = YES
29 HTML_OUTPUT       = .
30 HTML_HEADER       = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
31 HTML_FOOTER       = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
32 HTML_EXTRA_STYLESHEET   = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
33 TOC_EXPAND        = YES
34 DISABLE_INDEX     = NO
35 GENERATE_TREEVIEW = YES
36 TREEVIEW_WIDTH    = 300
37
38
39 #---------------------------------------------------------------------------
40 # Configuration options related to the dot tool...
41 #---------------------------------------------------------------------------
42 CLASS_DIAGRAMS         = NO
43 HIDE_UNDOC_RELATIONS   = NO
44 HAVE_DOT               = NO
45 CLASS_GRAPH            = NO
46 COLLABORATION_GRAPH    = NO
47 GROUP_GRAPHS           = NO
48 UML_LOOK               = NO
49 TEMPLATE_RELATIONS     = NO
50 INCLUDE_GRAPH          = NO
51 INCLUDED_BY_GRAPH      = NO
52 CALL_GRAPH             = NO
53 GRAPHICAL_HIERARCHY    = NO
54 DIRECTORY_GRAPH        = NO
55 DOT_IMAGE_FORMAT       = jpg
56 DOT_FONTNAME           = Arial
57 DOT_PATH               =.
58 DOTFILE_DIRS           =.
59 MAX_DOT_GRAPH_WIDTH    = 1024
60 MAX_DOT_GRAPH_HEIGHT   = 1200
61 MAX_DOT_GRAPH_DEPTH    = 0
62 DOT_TRANSPARENT        = NO
63 DOT_MULTI_TARGETS      = NO
64
65
66 GENERATE_LEGEND        = NO
67 DOT_CLEANUP            = YES
68
69 #---------------------------------------------------------------------------
70 #SORT related options
71 #---------------------------------------------------------------------------
72 SORT_GROUP_NAMES = NO
73
74
75 #---------------------------------------------------------------------------
76 #LaTeX related option
77 #---------------------------------------------------------------------------
78 GENERATE_LATEX    = NO
79 EXTRA_PACKAGES    = amsmath
80
81 #---------------------------------------------------------------------------
82 #RTF related options
83 #---------------------------------------------------------------------------
84 GENERATE_RTF      = NO
85
86 #---------------------------------------------------------------------------
87 #External reference options
88 #---------------------------------------------------------------------------
89
90 #rnv: 07.04.2011 Workaround for the doxygen 1.7.3:
91 #because it wrongly defines location of the html files for search.
92 TAGFILES          = netgenpluginpy_doc.tag=../NETGENPLUGIN/netgenpluginpy_doc
93 SEARCHENGINE      = YES
94
95 #---------------------------------------------------------------------------
96 #Custom commands
97 #---------------------------------------------------------------------------
98 ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/NETGENPLUGIN/\1\">Download this script</a>"