Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Annotation of /trunk/paramin-beta/paramin.dox
[mareframe] / trunk / paramin-beta / paramin.dox Repository:
ViewVC logotype

Annotation of /trunk/paramin-beta/paramin.dox

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : agomez 1 # This is the configuration file used to generate Gadget documentation
2 :     # To use this file you neeed to have the following software installed
3 :     # 1) A recent version of 'doxygen' from www.doxygen.org
4 :     # 2) A recent version of 'dot' from www.graphviz.org
5 :     #
6 :     # You will also need to adjust the paths to point to the correct directories
7 :     # The default settings only generate the HTML output
8 :    
9 :     #---------------------------------------------------------------------------
10 :     # Project related configuration options
11 :     #---------------------------------------------------------------------------
12 :     PROJECT_NAME = Paramin
13 :     PROJECT_NUMBER =
14 :     OUTPUT_DIRECTORY = /home/hafro/bthe/new_gadget/doxygen/
15 :     OUTPUT_LANGUAGE = English
16 :     USE_WINDOWS_ENCODING = NO
17 :     BRIEF_MEMBER_DESC = YES
18 :     REPEAT_BRIEF = YES
19 :     ABBREVIATE_BRIEF =
20 :     ALWAYS_DETAILED_SEC = YES
21 :     INLINE_INHERITED_MEMB = YES
22 :     FULL_PATH_NAMES = NO
23 :     STRIP_FROM_PATH =
24 :     CASE_SENSE_NAMES = NO
25 :     SHORT_NAMES = NO
26 :     JAVADOC_AUTOBRIEF = NO
27 :     MULTILINE_CPP_IS_BRIEF = NO
28 :     DETAILS_AT_TOP = YES
29 :     INHERIT_DOCS = YES
30 :     DISTRIBUTE_GROUP_DOC = NO
31 :     TAB_SIZE = 2
32 :     ALIASES =
33 :     OPTIMIZE_OUTPUT_FOR_C = NO
34 :     OPTIMIZE_OUTPUT_JAVA = NO
35 :     SUBGROUPING = YES
36 :     #---------------------------------------------------------------------------
37 :     # Build related configuration options
38 :     #---------------------------------------------------------------------------
39 :     EXTRACT_ALL = YES
40 :     EXTRACT_PRIVATE = YES
41 :     EXTRACT_STATIC = YES
42 :     EXTRACT_LOCAL_CLASSES = YES
43 :     HIDE_UNDOC_MEMBERS = NO
44 :     HIDE_UNDOC_CLASSES = NO
45 :     HIDE_FRIEND_COMPOUNDS = NO
46 :     HIDE_IN_BODY_DOCS = NO
47 :     INTERNAL_DOCS = NO
48 :     CASE_SENSE_NAMES = NO
49 :     HIDE_SCOPE_NAMES = YES
50 :     SHOW_INCLUDE_FILES = NO
51 :     INLINE_INFO = YES
52 :     SORT_MEMBER_DOCS = YES
53 :     GENERATE_TODOLIST = NO
54 :     GENERATE_TESTLIST = NO
55 :     GENERATE_BUGLIST = NO
56 :     GENERATE_DEPRECATEDLIST= YES
57 :     ENABLED_SECTIONS =
58 :     MAX_INITIALIZER_LINES = 30
59 :     SHOW_USED_FILES = NO
60 :     #---------------------------------------------------------------------------
61 :     # configuration options related to warning and progress messages
62 :     #---------------------------------------------------------------------------
63 :     QUIET = NO
64 :     WARNINGS = YES
65 :     WARN_IF_UNDOCUMENTED = YES
66 :     WARN_IF_DOC_ERROR = YES
67 :     WARN_FORMAT = "$file:$line: $text"
68 :     WARN_LOGFILE = /home/hafro/bthe/new_gadget/doxygen/paramin.err
69 :     #---------------------------------------------------------------------------
70 :     # configuration options related to the input files
71 :     #---------------------------------------------------------------------------
72 :     INPUT = /home/hafro/bthe/new_gadget/paramin/
73 :     FILE_PATTERNS = *.h *.cc *.icc
74 :     RECURSIVE = NO
75 :     EXCLUDE =
76 :     EXCLUDE_SYMLINKS = YES
77 :     EXCLUDE_PATTERNS =
78 :     EXAMPLE_PATH =
79 :     EXAMPLE_PATTERNS =
80 :     EXAMPLE_RECURSIVE = NO
81 :     IMAGE_PATH =
82 :     INPUT_FILTER =
83 :     FILTER_SOURCE_FILES = NO
84 :     #---------------------------------------------------------------------------
85 :     # configuration options related to source browsing
86 :     #---------------------------------------------------------------------------
87 :     SOURCE_BROWSER = NO
88 :     INLINE_SOURCES = NO
89 :     STRIP_CODE_COMMENTS = YES
90 :     REFERENCED_BY_RELATION = YES
91 :     REFERENCES_RELATION = YES
92 :     VERBATIM_HEADERS = NO
93 :     #---------------------------------------------------------------------------
94 :     # configuration options related to the alphabetical class index
95 :     #---------------------------------------------------------------------------
96 :     ALPHABETICAL_INDEX = YES
97 :     COLS_IN_ALPHA_INDEX = 4
98 :     IGNORE_PREFIX =
99 :     #---------------------------------------------------------------------------
100 :     # configuration options related to the HTML output
101 :     #---------------------------------------------------------------------------
102 :     GENERATE_HTML = YES
103 :     HTML_OUTPUT = html
104 :     HTML_FILE_EXTENSION = .html
105 :     HTML_HEADER =
106 :     HTML_FOOTER =
107 :     HTML_STYLESHEET =
108 :     HTML_ALIGN_MEMBERS = YES
109 :     GENERATE_HTMLHELP = NO
110 :     CHM_FILE =
111 :     HHC_LOCATION =
112 :     GENERATE_CHI = NO
113 :     BINARY_TOC = NO
114 :     TOC_EXPAND = NO
115 :     DISABLE_INDEX = NO
116 :     ENUM_VALUES_PER_LINE = 4
117 :     GENERATE_TREEVIEW = NO
118 :     TREEVIEW_WIDTH = 250
119 :     #---------------------------------------------------------------------------
120 :     # configuration options related to the LaTeX output
121 :     #---------------------------------------------------------------------------
122 :     GENERATE_LATEX = NO
123 :     LATEX_OUTPUT = latex
124 :     LATEX_CMD_NAME = latex
125 :     MAKEINDEX_CMD_NAME = makeindex
126 :     COMPACT_LATEX = YES
127 :     PAPER_TYPE = a4wide
128 :     EXTRA_PACKAGES =
129 :     LATEX_HEADER =
130 :     PDF_HYPERLINKS = NO
131 :     USE_PDFLATEX = NO
132 :     LATEX_BATCHMODE = NO
133 :     LATEX_HIDE_INDICES = NO
134 :     #---------------------------------------------------------------------------
135 :     # configuration options related to the RTF output
136 :     #---------------------------------------------------------------------------
137 :     GENERATE_RTF = NO
138 :     RTF_OUTPUT = rtf
139 :     COMPACT_RTF = YES
140 :     RTF_HYPERLINKS = NO
141 :     RTF_STYLESHEET_FILE =
142 :     RTF_EXTENSIONS_FILE =
143 :     #---------------------------------------------------------------------------
144 :     # configuration options related to the man page output
145 :     #---------------------------------------------------------------------------
146 :     GENERATE_MAN = NO
147 :     MAN_OUTPUT = man
148 :     MAN_EXTENSION = .3
149 :     MAN_LINKS = NO
150 :     #---------------------------------------------------------------------------
151 :     # configuration options related to the XML output
152 :     #---------------------------------------------------------------------------
153 :     GENERATE_XML = NO
154 :     XML_OUTPUT = xml
155 :     XML_SCHEMA =
156 :     XML_DTD =
157 :     XML_PROGRAMLISTING = NO
158 :     #---------------------------------------------------------------------------
159 :     # configuration options for the AutoGen Definitions output
160 :     #---------------------------------------------------------------------------
161 :     GENERATE_AUTOGEN_DEF = NO
162 :     #---------------------------------------------------------------------------
163 :     # configuration options related to the Perl module output
164 :     #---------------------------------------------------------------------------
165 :     GENERATE_PERLMOD = NO
166 :     PERLMOD_LATEX = NO
167 :     PERLMOD_PRETTY = YES
168 :     PERLMOD_MAKEVAR_PREFIX =
169 :     #---------------------------------------------------------------------------
170 :     # Configuration options related to the preprocessor
171 :     #---------------------------------------------------------------------------
172 :     ENABLE_PREPROCESSING = YES
173 :     MACRO_EXPANSION = NO
174 :     EXPAND_ONLY_PREDEF = NO
175 :     SEARCH_INCLUDES = YES
176 :     INCLUDE_PATH =
177 :     INCLUDE_FILE_PATTERNS =
178 :     PREDEFINED =
179 :     EXPAND_AS_DEFINED =
180 :     SKIP_FUNCTION_MACROS = YES
181 :     #---------------------------------------------------------------------------
182 :     # Configuration options related to external references
183 :     #---------------------------------------------------------------------------
184 :     TAGFILES =
185 :     GENERATE_TAGFILE =
186 :     ALLEXTERNALS = NO
187 :     EXTERNAL_GROUPS = NO
188 :     PERL_PATH = /usr/bin/perl
189 :     #---------------------------------------------------------------------------
190 :     # Configuration options related to the dot tool
191 :     #---------------------------------------------------------------------------
192 :     CLASS_DIAGRAMS = NO
193 :     HIDE_UNDOC_RELATIONS = NO
194 :     HAVE_DOT = YES
195 :     CLASS_GRAPH = YES
196 :     COLLABORATION_GRAPH = YES
197 :     UML_LOOK = NO
198 :     TEMPLATE_RELATIONS = YES
199 :     INCLUDE_GRAPH = NO
200 :     INCLUDED_BY_GRAPH = NO
201 :     CALL_GRAPH = NO
202 :     GRAPHICAL_HIERARCHY = NO
203 :     DOT_IMAGE_FORMAT = png
204 :     DOT_PATH = /usr/bin
205 :     DOTFILE_DIRS =
206 :     MAX_DOT_GRAPH_WIDTH = 1024
207 :     MAX_DOT_GRAPH_HEIGHT = 1024
208 :     MAX_DOT_GRAPH_DEPTH = 0
209 :     GENERATE_LEGEND = YES
210 :     DOT_CLEANUP = YES
211 :     #---------------------------------------------------------------------------
212 :     # Configuration options related to the search engine
213 :     #---------------------------------------------------------------------------
214 :     SEARCHENGINE = NO

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge