Salome HOME
Copyright update: 2016
[plugins/dxfplugin.git] / doc / salome / gui / DXFPLUGIN / doxyfile.in
1 # Copyright (C) 2014-2016  OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #---------------------------------------------------------------------------
21 # Project related configuration options
22 #---------------------------------------------------------------------------
23 PROJECT_NAME      = "SALOME DXFPLUGIN User's Guide"
24 OUTPUT_DIRECTORY  = DXFPLUGIN
25 CREATE_SUBDIRS    = NO
26 OUTPUT_LANGUAGE   = English
27 TAB_SIZE          = 5
28
29 #---------------------------------------------------------------------------
30 # configuration options related to warning and progress messages
31 #---------------------------------------------------------------------------
32 QUIET             = NO
33 WARNINGS          = YES
34
35 #---------------------------------------------------------------------------
36 #Input related options
37 #---------------------------------------------------------------------------
38 INPUT             = @CMAKE_CURRENT_SOURCE_DIR@/input
39 FILE_PATTERNS     = *.doc
40 EXCLUDE           = 
41 IMAGE_PATH        = @CMAKE_CURRENT_SOURCE_DIR@/images
42 EXAMPLE_PATH      = @CMAKE_SOURCE_DIR@/doc/salome/examples 
43
44 #---------------------------------------------------------------------------
45 #HTML related options
46 #---------------------------------------------------------------------------
47 GENERATE_HTML     = YES
48 HTML_OUTPUT       = .
49 HTML_HEADER       = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
50 HTML_FOOTER       = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
51 HTML_EXTRA_STYLESHEET   = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
52 TOC_EXPAND        = YES
53 DISABLE_INDEX     = NO
54 GENERATE_TREEVIEW = YES
55 TREEVIEW_WIDTH    = 300
56
57
58 #---------------------------------------------------------------------------
59 # Configuration options related to the dot tool...
60 #---------------------------------------------------------------------------
61 CLASS_DIAGRAMS         = NO
62 HIDE_UNDOC_RELATIONS   = NO
63 HAVE_DOT               = NO
64 CLASS_GRAPH            = NO
65 COLLABORATION_GRAPH    = NO
66 GROUP_GRAPHS           = NO
67 UML_LOOK               = NO
68 TEMPLATE_RELATIONS     = NO
69 INCLUDE_GRAPH          = NO
70 INCLUDED_BY_GRAPH      = NO
71 CALL_GRAPH             = NO
72 GRAPHICAL_HIERARCHY    = NO
73 DIRECTORY_GRAPH        = NO
74 DOT_IMAGE_FORMAT       = jpg
75 DOT_FONTNAME           = Arial
76 DOT_PATH               =.
77 DOTFILE_DIRS           =.
78 MAX_DOT_GRAPH_WIDTH    = 1024
79 MAX_DOT_GRAPH_HEIGHT   = 1200
80 MAX_DOT_GRAPH_DEPTH    = 0
81 DOT_TRANSPARENT        = NO
82 DOT_MULTI_TARGETS      = NO
83
84
85 GENERATE_LEGEND        = NO
86 DOT_CLEANUP            = YES
87
88 #---------------------------------------------------------------------------
89 #SORT related options
90 #---------------------------------------------------------------------------
91 SORT_GROUP_NAMES = NO
92
93 #---------------------------------------------------------------------------
94 #LaTeX related option
95 #---------------------------------------------------------------------------
96 GENERATE_LATEX    = NO
97 EXTRA_PACKAGES    = amsmath
98
99 #---------------------------------------------------------------------------
100 #RTF related options
101 #---------------------------------------------------------------------------
102 GENERATE_RTF      = NO
103
104 #---------------------------------------------------------------------------
105 #External reference options
106 #---------------------------------------------------------------------------
107
108 TAGFILES          = dxfpluginpy_doc.tag=../DXFPLUGIN/dxfpluginpy_doc
109 SEARCHENGINE      = YES
110
111 #---------------------------------------------------------------------------
112 #Custom commands
113 #---------------------------------------------------------------------------
114 ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/DXFPLUGIN/\1\">Download this script</a>"