Salome HOME
Merge branch 'BR_2018_V8_5' into BR_PY3
[modules/hydro.git] / doc / salome / gui / HYDRO / doxyfile.in
1 # Copyright (C) 2014-2015  EDF-R&D
2 # This library is free software; you can redistribute it and/or
3 # modify it under the terms of the GNU Lesser General Public
4 # License as published by the Free Software Foundation; either
5 # version 2.1 of the License, or (at your option) any later version.
6 #
7 # This library is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10 # Lesser General Public License for more details.
11 #
12 # You should have received a copy of the GNU Lesser General Public
13 # License along with this library; if not, write to the Free Software
14 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
15 #
16 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
17 #
18
19 #---------------------------------------------------------------------------
20 # Project related configuration options
21 #---------------------------------------------------------------------------
22 PROJECT_NAME            = "HYDROGUI"
23 OUTPUT_DIRECTORY        = HYDRO
24 CREATE_SUBDIRS          = NO
25 OUTPUT_LANGUAGE         = English
26 TAB_SIZE                = 5
27
28 #---------------------------------------------------------------------------
29 # configuration options related to warning and progress messages
30 #---------------------------------------------------------------------------
31 QUIET                   = NO
32 WARNINGS                = YES
33
34 #---------------------------------------------------------------------------
35 #Input related options
36 #---------------------------------------------------------------------------
37 INPUT                   = @CMAKE_CURRENT_SOURCE_DIR@/input                
38 FILE_PATTERNS           = *.doc
39 IMAGE_PATH              = @CMAKE_CURRENT_SOURCE_DIR@/images \
40
41 #---------------------------------------------------------------------------
42 #HTML related options
43 #---------------------------------------------------------------------------
44 GENERATE_HTML           = YES
45 HTML_OUTPUT             = .
46 HTML_HEADER             = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
47 HTML_FOOTER             = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
48 HTML_EXTRA_STYLESHEET   = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
49 TOC_EXPAND              = YES
50 DISABLE_INDEX           = NO
51 GENERATE_TREEVIEW       = YES
52 SEARCHENGINE            = YES
53 TREEVIEW_WIDTH          = 300
54
55 #---------------------------------------------------------------------------
56 #SORT related options
57 #---------------------------------------------------------------------------
58 SORT_GROUP_NAMES        = NO
59
60 #---------------------------------------------------------------------------
61 #LaTeX related option
62 #---------------------------------------------------------------------------
63 GENERATE_LATEX          = NO
64
65 #---------------------------------------------------------------------------
66 #RTF related options
67 #---------------------------------------------------------------------------
68 GENERATE_RTF            = NO
69
70 #---------------------------------------------------------------------------
71 #Search engine
72 #---------------------------------------------------------------------------
73 SEARCHENGINE            = YES