source: sasview/src/sas/sascalc/pr/Doxyfile @ 0b1a677

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 0b1a677 was b699768, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Initial commit of the refactored SasCalc? module.

  • Property mode set to 100644
File size: 9.7 KB
Line 
1# Doxyfile 1.5.1-p1
2
3#---------------------------------------------------------------------------
4# Project related configuration options
5#---------------------------------------------------------------------------
6PROJECT_NAME           = saspr
7PROJECT_NUMBER         =
8OUTPUT_DIRECTORY       = doc
9CREATE_SUBDIRS         = NO
10OUTPUT_LANGUAGE        = English
11USE_WINDOWS_ENCODING   = NO
12BRIEF_MEMBER_DESC      = YES
13REPEAT_BRIEF           = YES
14ABBREVIATE_BRIEF       = "The $name class" \
15                         "The $name widget" \
16                         "The $name file" \
17                         is \
18                         provides \
19                         specifies \
20                         contains \
21                         represents \
22                         a \
23                         an \
24                         the
25ALWAYS_DETAILED_SEC    = NO
26INLINE_INHERITED_MEMB  = NO
27FULL_PATH_NAMES        = YES
28STRIP_FROM_PATH        =
29STRIP_FROM_INC_PATH    =
30SHORT_NAMES            = NO
31JAVADOC_AUTOBRIEF      = NO
32MULTILINE_CPP_IS_BRIEF = NO
33DETAILS_AT_TOP         = NO
34INHERIT_DOCS           = YES
35SEPARATE_MEMBER_PAGES  = NO
36TAB_SIZE               = 4
37ALIASES                =
38OPTIMIZE_OUTPUT_FOR_C  = NO
39OPTIMIZE_OUTPUT_JAVA   = YES
40BUILTIN_STL_SUPPORT    = NO
41DISTRIBUTE_GROUP_DOC   = NO
42SUBGROUPING            = YES
43#---------------------------------------------------------------------------
44# Build related configuration options
45#---------------------------------------------------------------------------
46EXTRACT_ALL            = NO
47EXTRACT_PRIVATE        = NO
48EXTRACT_STATIC         = NO
49EXTRACT_LOCAL_CLASSES  = YES
50EXTRACT_LOCAL_METHODS  = NO
51HIDE_UNDOC_MEMBERS     = NO
52HIDE_UNDOC_CLASSES     = NO
53HIDE_FRIEND_COMPOUNDS  = NO
54HIDE_IN_BODY_DOCS      = NO
55INTERNAL_DOCS          = NO
56CASE_SENSE_NAMES       = YES
57HIDE_SCOPE_NAMES       = NO
58SHOW_INCLUDE_FILES     = YES
59INLINE_INFO            = YES
60SORT_MEMBER_DOCS       = YES
61SORT_BRIEF_DOCS        = NO
62SORT_BY_SCOPE_NAME     = NO
63GENERATE_TODOLIST      = YES
64GENERATE_TESTLIST      = YES
65GENERATE_BUGLIST       = YES
66GENERATE_DEPRECATEDLIST= YES
67ENABLED_SECTIONS       =
68MAX_INITIALIZER_LINES  = 30
69SHOW_USED_FILES        = YES
70SHOW_DIRECTORIES       = YES
71FILE_VERSION_FILTER    =
72#---------------------------------------------------------------------------
73# configuration options related to warning and progress messages
74#---------------------------------------------------------------------------
75QUIET                  = NO
76WARNINGS               = YES
77WARN_IF_UNDOCUMENTED   = YES
78WARN_IF_DOC_ERROR      = YES
79WARN_NO_PARAMDOC       = NO
80WARN_FORMAT            = "$file:$line: $text"
81WARN_LOGFILE           =
82#---------------------------------------------------------------------------
83# configuration options related to the input files
84#---------------------------------------------------------------------------
85INPUT                  = .
86FILE_PATTERNS          = *.c \
87                         *.cc \
88                         *.cxx \
89                         *.cpp \
90                         *.c++ \
91                         *.d \
92                         *.java \
93                         *.ii \
94                         *.ixx \
95                         *.ipp \
96                         *.i++ \
97                         *.inl \
98                         *.h \
99                         *.hh \
100                         *.hxx \
101                         *.hpp \
102                         *.h++ \
103                         *.idl \
104                         *.odl \
105                         *.cs \
106                         *.php \
107                         *.php3 \
108                         *.inc \
109                         *.m \
110                         *.mm \
111                         *.dox \
112                         *.py
113RECURSIVE              = YES
114EXCLUDE                = build \
115                         dist \
116                         test
117EXCLUDE_SYMLINKS       = NO
118EXCLUDE_PATTERNS       =
119EXAMPLE_PATH           =
120EXAMPLE_PATTERNS       = *
121EXAMPLE_RECURSIVE      = NO
122IMAGE_PATH             = doc
123INPUT_FILTER           =
124FILTER_PATTERNS        =
125FILTER_SOURCE_FILES    = NO
126#---------------------------------------------------------------------------
127# configuration options related to source browsing
128#---------------------------------------------------------------------------
129SOURCE_BROWSER         = NO
130INLINE_SOURCES         = NO
131STRIP_CODE_COMMENTS    = YES
132REFERENCED_BY_RELATION = NO
133REFERENCES_RELATION    = NO
134REFERENCES_LINK_SOURCE = YES
135USE_HTAGS              = NO
136VERBATIM_HEADERS       = YES
137#---------------------------------------------------------------------------
138# configuration options related to the alphabetical class index
139#---------------------------------------------------------------------------
140ALPHABETICAL_INDEX     = NO
141COLS_IN_ALPHA_INDEX    = 5
142IGNORE_PREFIX          =
143#---------------------------------------------------------------------------
144# configuration options related to the HTML output
145#---------------------------------------------------------------------------
146GENERATE_HTML          = YES
147HTML_OUTPUT            = html
148HTML_FILE_EXTENSION    = .html
149HTML_HEADER            =
150HTML_FOOTER            =
151HTML_STYLESHEET        =
152HTML_ALIGN_MEMBERS     = YES
153GENERATE_HTMLHELP      = NO
154CHM_FILE               =
155HHC_LOCATION           =
156GENERATE_CHI           = NO
157BINARY_TOC             = NO
158TOC_EXPAND             = NO
159DISABLE_INDEX          = NO
160ENUM_VALUES_PER_LINE   = 4
161GENERATE_TREEVIEW      = NO
162TREEVIEW_WIDTH         = 250
163#---------------------------------------------------------------------------
164# configuration options related to the LaTeX output
165#---------------------------------------------------------------------------
166GENERATE_LATEX         = NO
167LATEX_OUTPUT           = latex
168LATEX_CMD_NAME         = latex
169MAKEINDEX_CMD_NAME     = makeindex
170COMPACT_LATEX          = NO
171PAPER_TYPE             = a4wide
172EXTRA_PACKAGES         =
173LATEX_HEADER           =
174PDF_HYPERLINKS         = NO
175USE_PDFLATEX           = YES
176LATEX_BATCHMODE        = NO
177LATEX_HIDE_INDICES     = NO
178#---------------------------------------------------------------------------
179# configuration options related to the RTF output
180#---------------------------------------------------------------------------
181GENERATE_RTF           = NO
182RTF_OUTPUT             = rtf
183COMPACT_RTF            = NO
184RTF_HYPERLINKS         = NO
185RTF_STYLESHEET_FILE    =
186RTF_EXTENSIONS_FILE    =
187#---------------------------------------------------------------------------
188# configuration options related to the man page output
189#---------------------------------------------------------------------------
190GENERATE_MAN           = NO
191MAN_OUTPUT             = man
192MAN_EXTENSION          = .3
193MAN_LINKS              = NO
194#---------------------------------------------------------------------------
195# configuration options related to the XML output
196#---------------------------------------------------------------------------
197GENERATE_XML           = NO
198XML_OUTPUT             = xml
199XML_SCHEMA             =
200XML_DTD                =
201XML_PROGRAMLISTING     = YES
202#---------------------------------------------------------------------------
203# configuration options for the AutoGen Definitions output
204#---------------------------------------------------------------------------
205GENERATE_AUTOGEN_DEF   = NO
206#---------------------------------------------------------------------------
207# configuration options related to the Perl module output
208#---------------------------------------------------------------------------
209GENERATE_PERLMOD       = NO
210PERLMOD_LATEX          = NO
211PERLMOD_PRETTY         = YES
212PERLMOD_MAKEVAR_PREFIX =
213#---------------------------------------------------------------------------
214# Configuration options related to the preprocessor   
215#---------------------------------------------------------------------------
216ENABLE_PREPROCESSING   = YES
217MACRO_EXPANSION        = NO
218EXPAND_ONLY_PREDEF     = NO
219SEARCH_INCLUDES        = YES
220INCLUDE_PATH           =
221INCLUDE_FILE_PATTERNS  =
222PREDEFINED             =
223EXPAND_AS_DEFINED      =
224SKIP_FUNCTION_MACROS   = YES
225#---------------------------------------------------------------------------
226# Configuration::additions related to external references   
227#---------------------------------------------------------------------------
228TAGFILES               =
229GENERATE_TAGFILE       =
230ALLEXTERNALS           = NO
231EXTERNAL_GROUPS        = YES
232PERL_PATH              = /usr/bin/perl
233#---------------------------------------------------------------------------
234# Configuration options related to the dot tool   
235#---------------------------------------------------------------------------
236CLASS_DIAGRAMS         = YES
237HIDE_UNDOC_RELATIONS   = YES
238HAVE_DOT               = YES
239CLASS_GRAPH            = YES
240COLLABORATION_GRAPH    = NO
241GROUP_GRAPHS           = YES
242UML_LOOK               = YES
243TEMPLATE_RELATIONS     = YES
244INCLUDE_GRAPH          = YES
245INCLUDED_BY_GRAPH      = YES
246CALL_GRAPH             = YES
247CALLER_GRAPH           = YES
248GRAPHICAL_HIERARCHY    = YES
249DIRECTORY_GRAPH        = YES
250DOT_IMAGE_FORMAT       = png
251DOT_PATH               =
252DOTFILE_DIRS           =
253MAX_DOT_GRAPH_WIDTH    = 1024
254MAX_DOT_GRAPH_HEIGHT   = 1024
255MAX_DOT_GRAPH_DEPTH    = 1000
256DOT_TRANSPARENT        = NO
257DOT_MULTI_TARGETS      = NO
258GENERATE_LEGEND        = YES
259DOT_CLEANUP            = YES
260#---------------------------------------------------------------------------
261# Configuration::additions related to the search engine   
262#---------------------------------------------------------------------------
263SEARCHENGINE           = NO
Note: See TracBrowser for help on using the repository browser.