r25598: Add missing become_root/unbecome_root around calls of add_aliases.
[ira/wip.git] / source / libmsrpc / Doxyfile
1 # Doxyfile 0.1
2
3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = libmsrpc
7 PROJECT_NUMBER         = 
8
9 # NOTE: By default, Doxygen writes into the dox/ subdirectory of the
10 # invocation directory.  If you want to put it somewhere else, for
11 # example, to write straight into a webserver directory, then override
12 # this variable in a configuration concatenated to this one: Doxygen
13 # doesn't mind variables being redefined.
14
15 OUTPUT_DIRECTORY       = dox
16
17 OUTPUT_LANGUAGE        = English
18 EXTRACT_ALL            = YES
19 EXTRACT_PRIVATE        = YES
20 EXTRACT_STATIC         = YES
21 HIDE_UNDOC_MEMBERS     = NO
22 HIDE_UNDOC_CLASSES     = NO
23 BRIEF_MEMBER_DESC      = YES
24 REPEAT_BRIEF           = YES
25 ALWAYS_DETAILED_SEC    = NO
26 FULL_PATH_NAMES        = YES
27 STRIP_FROM_PATH        = $(PWD)/
28 INTERNAL_DOCS          = YES
29 CLASS_DIAGRAMS         = YES
30 SOURCE_BROWSER         = YES
31 INLINE_SOURCES         = YES
32 STRIP_CODE_COMMENTS    = NO
33 CASE_SENSE_NAMES       = YES
34 SHORT_NAMES            = NO
35 HIDE_SCOPE_NAMES       = YES
36 VERBATIM_HEADERS       = YES
37 SHOW_INCLUDE_FILES     = YES
38 JAVADOC_AUTOBRIEF      = YES
39 INHERIT_DOCS           = YES
40 INLINE_INFO            = YES
41 SORT_MEMBER_DOCS       = NO
42 DISTRIBUTE_GROUP_DOC   = NO
43 TAB_SIZE               = 8
44 GENERATE_TODOLIST      = YES
45 GENERATE_TESTLIST      = YES
46 GENERATE_BUGLIST       = YES
47 ALIASES                = 
48 ENABLED_SECTIONS       = 
49 MAX_INITIALIZER_LINES  = 30
50 OPTIMIZE_OUTPUT_FOR_C  = YES
51 SHOW_USED_FILES        = YES
52 REFERENCED_BY_RELATION = YES
53 #---------------------------------------------------------------------------
54 # configuration options related to warning and progress messages
55 #---------------------------------------------------------------------------
56 QUIET                  = YES
57 WARNINGS               = NO
58 WARN_IF_UNDOCUMENTED   = NO
59 WARN_FORMAT            = "$file:$line: $text"
60 WARN_LOGFILE           = 
61 #---------------------------------------------------------------------------
62 # configuration options related to the input files
63 #---------------------------------------------------------------------------
64 INPUT                  = ../include/ 
65 FILE_PATTERNS          = libmsrpc.h 
66 RECURSIVE              = YES
67 EXCLUDE                =
68 EXCLUDE_PATTERNS       = 
69 EXAMPLE_PATH           = 
70 EXAMPLE_PATTERNS       = 
71 IMAGE_PATH             = 
72 INPUT_FILTER           = 
73 FILTER_SOURCE_FILES    = NO
74 #---------------------------------------------------------------------------
75 # configuration options related to the alphabetical class index
76 #---------------------------------------------------------------------------
77 ALPHABETICAL_INDEX     = YES
78 COLS_IN_ALPHA_INDEX    = 1
79 IGNORE_PREFIX          = 
80 #---------------------------------------------------------------------------
81 # configuration options related to the HTML output
82 #---------------------------------------------------------------------------
83 GENERATE_HTML          = YES
84 HTML_OUTPUT            = .
85 HTML_HEADER            = 
86 HTML_FOOTER            = 
87 HTML_STYLESHEET        = 
88 HTML_ALIGN_MEMBERS     = YES
89 GENERATE_HTMLHELP      = NO
90 GENERATE_CHI           = NO
91 BINARY_TOC             = NO
92 TOC_EXPAND             = NO
93 DISABLE_INDEX          = NO
94 ENUM_VALUES_PER_LINE   = 3
95 GENERATE_TREEVIEW      = NO
96 TREEVIEW_WIDTH         = 250
97 #---------------------------------------------------------------------------
98 # configuration options related to the LaTeX output
99 #---------------------------------------------------------------------------
100 GENERATE_LATEX         = NO
101 LATEX_OUTPUT           = latex
102 COMPACT_LATEX          = NO
103 PAPER_TYPE             = a4wide
104 EXTRA_PACKAGES         = 
105 LATEX_HEADER           = 
106 PDF_HYPERLINKS         = YES
107 USE_PDFLATEX           = YES
108 LATEX_BATCHMODE        = YES
109 #---------------------------------------------------------------------------
110 # configuration options related to the RTF output
111 #---------------------------------------------------------------------------
112 GENERATE_RTF           = NO
113 RTF_OUTPUT             = rtf
114 COMPACT_RTF            = NO
115 RTF_HYPERLINKS         = NO
116 RTF_STYLESHEET_FILE    = 
117 RTF_EXTENSIONS_FILE    = 
118 #---------------------------------------------------------------------------
119 # configuration options related to the man page output
120 #---------------------------------------------------------------------------
121 GENERATE_MAN           = NO
122 MAN_OUTPUT             = man
123 MAN_EXTENSION          = .3
124 MAN_LINKS              = NO
125 #---------------------------------------------------------------------------
126 # configuration options related to the XML output
127 #---------------------------------------------------------------------------
128 GENERATE_XML           = NO
129 #---------------------------------------------------------------------------
130 # configuration options related to the preprocessor   
131 #---------------------------------------------------------------------------
132 ENABLE_PREPROCESSING   = NO
133 MACRO_EXPANSION        = NO
134 EXPAND_ONLY_PREDEF     = NO
135 SEARCH_INCLUDES        = YES
136 INCLUDE_PATH           = 
137 INCLUDE_FILE_PATTERNS  = 
138 PREDEFINED             = 
139 EXPAND_AS_DEFINED      = 
140 SKIP_FUNCTION_MACROS   = YES
141 #---------------------------------------------------------------------------
142 # configuration::additions related to external references   
143 #---------------------------------------------------------------------------
144 TAGFILES               = 
145 GENERATE_TAGFILE       = 
146 ALLEXTERNALS           = NO
147 PERL_PATH              = /usr/bin/perl
148 #---------------------------------------------------------------------------
149 # configuration options related to the dot tool   
150 #---------------------------------------------------------------------------
151 HAVE_DOT               = NO
152 CLASS_GRAPH            = YES
153 COLLABORATION_GRAPH    = YES
154 TEMPLATE_RELATIONS     = YES
155 INCLUDE_GRAPH          = YES
156 INCLUDED_BY_GRAPH      = YES
157 GRAPHICAL_HIERARCHY    = YES
158 DOT_PATH               = 
159 DOTFILE_DIRS           = 
160 MAX_DOT_GRAPH_WIDTH    = 1024
161 MAX_DOT_GRAPH_HEIGHT   = 1024
162 GENERATE_LEGEND        = YES
163 DOT_CLEANUP            = YES
164 #---------------------------------------------------------------------------
165 # configuration::additions related to the search engine   
166 #---------------------------------------------------------------------------
167 SEARCHENGINE           = NO
168 CGI_NAME               = search.cgi
169 CGI_URL                = 
170 DOC_URL                = 
171 DOC_ABSPATH            = 
172 BIN_ABSPATH            = /usr/local/bin/
173 EXT_DOC_PATHS          =