root/trunk/licq/doc/daemon.doxygen

Revision 4526, 6.1 kB (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1# Doxyfile 0.1
2
3# Type "doxygen doc/daemon.doxygen" in licq directory to build.
4# Documentation will be created in ./doc/doxygen/.
5
6#---------------------------------------------------------------------------
7# General configuration options
8#---------------------------------------------------------------------------
9PROJECT_NAME           = Licq-daemon
10PROJECT_NUMBER         = 1.3.0
11OUTPUT_DIRECTORY       = ./doc/doxygen
12OUTPUT_LANGUAGE        = English
13EXTRACT_ALL            = YES
14EXTRACT_PRIVATE        = YES
15EXTRACT_STATIC         = NO
16HIDE_UNDOC_MEMBERS     = NO
17HIDE_UNDOC_CLASSES     = NO
18BRIEF_MEMBER_DESC      = YES
19REPEAT_BRIEF           = YES
20ALWAYS_DETAILED_SEC    = NO
21FULL_PATH_NAMES        = NO
22STRIP_FROM_PATH        =
23INTERNAL_DOCS          = NO
24CLASS_DIAGRAMS         = YES
25SOURCE_BROWSER         = YES
26INLINE_SOURCES         = NO
27STRIP_CODE_COMMENTS    = YES
28CASE_SENSE_NAMES       = YES
29SHORT_NAMES            = NO
30HIDE_SCOPE_NAMES       = NO
31VERBATIM_HEADERS       = YES
32SHOW_INCLUDE_FILES     = YES
33JAVADOC_AUTOBRIEF      = NO
34INHERIT_DOCS           = YES
35INLINE_INFO            = YES
36SORT_MEMBER_DOCS       = YES
37DISTRIBUTE_GROUP_DOC   = NO
38TAB_SIZE               = 2
39ENABLED_SECTIONS       =
40GENERATE_TODOLIST      = YES
41GENERATE_TESTLIST      = YES
42GENERATE_BUGLIST       = YES
43ALIASES                =
44MAX_INITIALIZER_LINES  = 30
45OPTIMIZE_OUTPUT_FOR_C  = NO
46SHOW_USED_FILES        = YES
47#---------------------------------------------------------------------------
48# configuration options related to warning and progress messages
49#---------------------------------------------------------------------------
50QUIET                  = NO
51WARNINGS               = YES
52WARN_IF_UNDOCUMENTED   = YES
53WARN_FORMAT            =
54WARN_LOGFILE           =
55#---------------------------------------------------------------------------
56# configuration options related to the input files
57#---------------------------------------------------------------------------
58INPUT                  = .
59FILE_PATTERNS          = *.cpp \
60             *.cc \
61             *.C \
62             *.cxx \
63             *.h \
64             *.H \
65             *.hxx \
66             *.hpp
67RECURSIVE              = YES
68EXCLUDE                = plugins
69EXCLUDE_PATTERNS       =
70EXAMPLE_PATH           =
71EXAMPLE_PATTERNS       =
72IMAGE_PATH             =
73INPUT_FILTER           =
74FILTER_SOURCE_FILES    = NO
75#---------------------------------------------------------------------------
76# configuration options related to the alphabetical class index
77#---------------------------------------------------------------------------
78ALPHABETICAL_INDEX     = NO
79COLS_IN_ALPHA_INDEX    = 5
80IGNORE_PREFIX          =
81#---------------------------------------------------------------------------
82# configuration options related to the HTML output
83#---------------------------------------------------------------------------
84GENERATE_HTML          = YES
85HTML_OUTPUT            =
86HTML_HEADER            =
87HTML_FOOTER            =
88HTML_STYLESHEET        =
89HTML_ALIGN_MEMBERS     = YES
90GENERATE_HTMLHELP      = NO
91GENERATE_CHI           = NO
92BINARY_TOC             = NO
93TOC_EXPAND             = NO
94DISABLE_INDEX          = NO
95ENUM_VALUES_PER_LINE   = 4
96GENERATE_TREEVIEW      = NO
97TREEVIEW_WIDTH         = 250
98#---------------------------------------------------------------------------
99# configuration options related to the LaTeX output
100#---------------------------------------------------------------------------
101GENERATE_LATEX         = NO
102LATEX_OUTPUT           =
103COMPACT_LATEX          = NO
104PAPER_TYPE             = a4wide
105EXTRA_PACKAGES         =
106LATEX_HEADER           =
107PDF_HYPERLINKS         = NO
108USE_PDFLATEX           = NO
109LATEX_BATCHMODE        = NO
110#---------------------------------------------------------------------------
111# configuration options related to the RTF output
112#---------------------------------------------------------------------------
113GENERATE_RTF           = NO
114RTF_OUTPUT             =
115COMPACT_RTF            = NO
116RTF_HYPERLINKS         = NO
117RTF_STYLESHEET_FILE    =
118RTF_EXTENSIONS_FILE    =
119#---------------------------------------------------------------------------
120# configuration options related to the man page output
121#---------------------------------------------------------------------------
122GENERATE_MAN           = NO
123MAN_OUTPUT             = .
124MAN_EXTENSION          =
125MAN_LINKS              = NO
126#---------------------------------------------------------------------------
127# configuration options related to the XML output
128#---------------------------------------------------------------------------
129GENERATE_XML           = NO
130#---------------------------------------------------------------------------
131# Configuration options related to the preprocessor   
132#---------------------------------------------------------------------------
133ENABLE_PREPROCESSING   = YES
134MACRO_EXPANSION        = NO
135EXPAND_ONLY_PREDEF     = NO
136SEARCH_INCLUDES        = YES
137INCLUDE_PATH           =
138INCLUDE_FILE_PATTERNS  =
139PREDEFINED             =
140EXPAND_AS_DEFINED      =
141#---------------------------------------------------------------------------
142# Configuration::addtions related to external references   
143#---------------------------------------------------------------------------
144TAGFILES               =
145GENERATE_TAGFILE       =
146ALLEXTERNALS           = NO
147PERL_PATH              =
148#---------------------------------------------------------------------------
149# Configuration options related to the dot tool   
150#---------------------------------------------------------------------------
151HAVE_DOT               = NO
152CLASS_GRAPH            = YES
153COLLABORATION_GRAPH    = YES
154INCLUDE_GRAPH          = YES
155INCLUDED_BY_GRAPH      = YES
156GRAPHICAL_HIERARCHY    = YES
157DOT_PATH               =
158MAX_DOT_GRAPH_WIDTH    = 1024
159MAX_DOT_GRAPH_HEIGHT   = 1024
160GENERATE_LEGEND        = YES
161DOT_CLEANUP            = YES
162#---------------------------------------------------------------------------
163# Configuration::addtions related to the search engine   
164#---------------------------------------------------------------------------
165SEARCHENGINE           = NO
166CGI_NAME               =
167CGI_URL                =
168DOC_URL                =
169DOC_ABSPATH            =
170BIN_ABSPATH            =
171EXT_DOC_PATHS          =
Note: See TracBrowser for help on using the browser.