Salome HOME
fc8d1ad494904efc859bdff93904cde84d3fcf0b
[plugins/hexoticplugin.git] / doc / salome / gui / HexoticPLUGIN / doxyfile.in
1 #---------------------------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------------------------
4 PROJECT_NAME      = "SALOME MG-Hexa Plug-in User's Guide"
5 OUTPUT_DIRECTORY  = HexoticPLUGIN
6 CREATE_SUBDIRS    = NO
7 OUTPUT_LANGUAGE   = English
8 TAB_SIZE          = 5
9
10 #---------------------------------------------------------------------------
11 # configuration options related to warning and progress messages
12 #---------------------------------------------------------------------------
13 QUIET             = NO
14 WARNINGS          = YES
15
16 #---------------------------------------------------------------------------
17 #Input related options
18 #---------------------------------------------------------------------------
19 INPUT             = @CMAKE_CURRENT_SOURCE_DIR@/input
20 FILE_PATTERNS     = *.doc
21 EXCLUDE           = 
22 IMAGE_PATH        = @CMAKE_CURRENT_SOURCE_DIR@/images
23 EXAMPLE_PATH      = @CMAKE_SOURCE_DIR@/doc/salome/examples
24
25 #---------------------------------------------------------------------------
26 #HTML related options
27 #---------------------------------------------------------------------------
28 GENERATE_HTML     = YES
29 HTML_OUTPUT       = .
30 HTML_HEADER       = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
31 HTML_FOOTER       = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
32 HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
33 HTML_EXTRA_FILES      = @CMAKE_CURRENT_SOURCE_DIR@/images/head.png
34 TOC_EXPAND        = YES
35 DISABLE_INDEX     = NO
36 GENERATE_TREEVIEW = YES
37 TREEVIEW_WIDTH    = 300
38
39 #---------------------------------------------------------------------------
40 #SORT related options
41 #---------------------------------------------------------------------------
42 SORT_GROUP_NAMES = NO
43
44
45 #---------------------------------------------------------------------------
46 #LaTeX related option
47 #---------------------------------------------------------------------------
48 GENERATE_LATEX    = NO
49 EXTRA_PACKAGES    = amsmath
50
51 #---------------------------------------------------------------------------
52 #RTF related options
53 #---------------------------------------------------------------------------
54 GENERATE_RTF      = NO
55
56 #---------------------------------------------------------------------------
57 #External reference options
58 #---------------------------------------------------------------------------
59 #rnv: 07.04.2011 Workaround for the doxygen 1.7.3:
60 #because it wrongly defines location of the html files for search.
61 TAGFILES          = hexoticpluginpy_doc.tag=../HexoticPLUGIN/hexoticpluginpy_doc
62 SEARCHENGINE      = YES
63
64 #---------------------------------------------------------------------------
65 #Custom commands
66 #---------------------------------------------------------------------------
67 ALIASES += tui_script{1}="\include \1 <a href=\"../../examples/HexoticPLUGIN/\1\">Download this script</a>"