Salome HOME
Copyrights update 2015.
[modules/smesh.git] / src / Tools / padder / doc / doxyfile.in
1 # Copyright (C) 2007-2015  EDF R&D
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 Mesh User's Guide"
24 OUTPUT_DIRECTORY  = SMESH
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      = @PROJECT_SOURCE_DIR@/src/SMESH_SWIG
43
44 #---------------------------------------------------------------------------
45 #HTML related options
46 #---------------------------------------------------------------------------
47 GENERATE_HTML     = YES
48 HTML_OUTPUT       = .
49 HTML_HEADER       = @PROJECT_BINARY_DIR@/doc/salome/gui/SMESH/static/header.html
50 HTML_FOOTER       = @PROJECT_SOURCE_DIR@/doc/salome/gui/SMESH/static/footer.html
51 HTML_STYLESHEET   = @PROJECT_SOURCE_DIR@/doc/salome/gui/SMESH/static/doxygen.css
52 TOC_EXPAND        = YES
53 DISABLE_INDEX     = NO
54 GENERATE_TREEVIEW = YES
55 TREEVIEW_WIDTH    = 300
56
57 #---------------------------------------------------------------------------
58 #SORT related options
59 #---------------------------------------------------------------------------
60 SORT_GROUP_NAMES = NO
61
62
63 #---------------------------------------------------------------------------
64 #LaTeX related option
65 #---------------------------------------------------------------------------
66 GENERATE_LATEX    = NO
67 EXTRA_PACKAGES    = amsmath
68
69 #---------------------------------------------------------------------------
70 #RTF related options
71 #---------------------------------------------------------------------------
72 GENERATE_RTF      = NO
73
74 SEARCHENGINE      = YES