]> SALOME platform Git repositories - plugins/gmshplugin.git/blob - doc/salome/gui/GMSHPLUGIN/doxyfile.in
Salome HOME
de6cc7cdd8805b9e8019adb405e07fcdb40a88af
[plugins/gmshplugin.git] / doc / salome / gui / GMSHPLUGIN / doxyfile.in
1 # Copyright (C) 2012-2015  ALNEOS
2 # Copyright (C) 2016  EDF R&D
3 #
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License.
8 #
9 # This library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # Lesser General Public License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.alneos.com/ or email : contact@alneos.fr
19 #
20
21 #---------------------------------------------------------------------------
22 # Project related configuration options
23 #---------------------------------------------------------------------------
24 PROJECT_NAME      = "SALOME GMSHPLUGIN Module Reference Manual v.@SALOMEGMSHPLUGIN_VERSION@"
25 OUTPUT_DIRECTORY  = GMSHPLUGIN
26 CREATE_SUBDIRS    = NO
27 OUTPUT_LANGUAGE   = English
28 TAB_SIZE          = 5
29
30 #---------------------------------------------------------------------------
31 # configuration options related to warning and progress messages
32 #---------------------------------------------------------------------------
33 QUIET             = NO
34 WARNINGS          = YES
35
36 #---------------------------------------------------------------------------
37 #Input related options
38 #---------------------------------------------------------------------------
39 INPUT             = @CMAKE_CURRENT_SOURCE_DIR@/input
40 FILE_PATTERNS     = *.doc
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 #LaTeX related option
59 #---------------------------------------------------------------------------
60 GENERATE_LATEX    = NO
61
62 #---------------------------------------------------------------------------
63 #RTF related options
64 #---------------------------------------------------------------------------
65 GENERATE_RTF      = NO
66
67 #---------------------------------------------------------------------------
68 #External reference options
69 #---------------------------------------------------------------------------
70
71 #rnv: 07.04.2011 Workaround for the doxygen 1.7.3:
72 #because it wrongly defines location of the html files for search.
73 TAGFILES          = gmshpluginpy_doc.tag=../GMSHPLUGIN/gmshpluginpy_doc
74 SEARCHENGINE      = YES
75
76 #---------------------------------------------------------------------------
77 #Custom commands
78 #---------------------------------------------------------------------------
79 ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/GMSHPLUGIN/\1\">Download this script</a>"