]> SALOME platform Git repositories - modules/hydro.git/blob - doc/salome/gui/HYDRO/doxyfile.in
Salome HOME
refs #676: repairing of the documentation system and help
[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_SOURCE_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 TREEVIEW_WIDTH          = 300
53
54 #---------------------------------------------------------------------------
55 #SORT related options
56 #---------------------------------------------------------------------------
57 SORT_GROUP_NAMES        = NO
58
59 #---------------------------------------------------------------------------
60 #LaTeX related option
61 #---------------------------------------------------------------------------
62 GENERATE_LATEX          = NO
63
64 #---------------------------------------------------------------------------
65 #RTF related options
66 #---------------------------------------------------------------------------
67 GENERATE_RTF            = NO
68
69 #---------------------------------------------------------------------------
70 #Search engine
71 #---------------------------------------------------------------------------
72 SEARCHENGINE            = NO