Salome HOME
Update copyright
[plugins/blsurfplugin.git] / doc / salome / gui / doxyfile.in
1 # Copyright (C) 2007-2011  CEA/DEN, 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.
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      = "BLSURFPLUGIN Module Reference Manual v.@VERSION@"
24 OUTPUT_DIRECTORY  = BLSURFPLUGIN
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             = @srcdir@/input                
39 FILE_PATTERNS     = *.doc
40 IMAGE_PATH        = @srcdir@/images
41
42 #---------------------------------------------------------------------------
43 #HTML related options
44 #---------------------------------------------------------------------------
45 GENERATE_HTML     = YES
46 HTML_OUTPUT       = .
47 HTML_HEADER       = @srcdir@/static/header.html
48 HTML_FOOTER       = @srcdir@/static/footer.html
49 #HTML_STYLESHEET  = @srcdir@/static/doxygen.css
50 TOC_EXPAND        = YES
51 DISABLE_INDEX     = NO
52 GENERATE_TREEVIEW = YES
53 TREEVIEW_WIDTH    = 300
54
55 #---------------------------------------------------------------------------
56 #LaTeX related option
57 #---------------------------------------------------------------------------
58 GENERATE_LATEX    = NO
59
60 #---------------------------------------------------------------------------
61 #RTF related options
62 #---------------------------------------------------------------------------
63 GENERATE_RTF      = NO