]> SALOME platform Git repositories - plugins/blsurfplugin.git/blob - doc/salome/gui/BLSURFPLUGIN/doxyfile.in
Salome HOME
Copyrights update 2015.
[plugins/blsurfplugin.git] / doc / salome / gui / BLSURFPLUGIN / doxyfile.in
1 # Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
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      = "MG-CADSurf Module Reference Manual v.@SALOMEBLSURFPLUGIN_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             = @CMAKE_CURRENT_SOURCE_DIR@/input
39 FILE_PATTERNS     = *.doc
40 IMAGE_PATH        = @CMAKE_CURRENT_SOURCE_DIR@/images
41 EXAMPLE_PATH      = @CMAKE_SOURCE_DIR@/doc/salome/examples 
42
43 #---------------------------------------------------------------------------
44 #HTML related options
45 #---------------------------------------------------------------------------
46 GENERATE_HTML     = YES
47 HTML_OUTPUT       = .
48 HTML_HEADER       = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
49 HTML_FOOTER       = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
50 HTML_EXTRA_STYLESHEET  = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
51 TOC_EXPAND        = YES
52 DISABLE_INDEX     = NO
53 GENERATE_TREEVIEW = YES
54 TREEVIEW_WIDTH    = 300
55
56 #---------------------------------------------------------------------------
57 #LaTeX related option
58 #---------------------------------------------------------------------------
59 GENERATE_LATEX    = NO
60
61 #---------------------------------------------------------------------------
62 #RTF related options
63 #---------------------------------------------------------------------------
64 GENERATE_RTF      = NO
65
66 #---------------------------------------------------------------------------
67 #External reference options
68 #---------------------------------------------------------------------------
69
70 #rnv: 07.04.2011 Workaround for the doxygen 1.7.3:
71 #because it wrongly defines location of the html files for search.
72 TAGFILES          = blsurfpluginpy_doc.tag=../BLSURFPLUGIN/blsurfpluginpy_doc
73 SEARCHENGINE      = YES
74
75 #---------------------------------------------------------------------------
76 #Custom commands
77 #---------------------------------------------------------------------------
78 ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/BLSURFPLUGIN/\1\">Download this script</a>"