0
2
0
30
6
| 1 |
# Doxyfile 1. |
|
| 1 |
# Doxyfile 1.7.3 |
|
| 2 | 2 |
|
| 3 | 3 |
#--------------------------------------------------------------------------- |
| 4 | 4 |
# Project related configuration options |
| 5 | 5 |
#--------------------------------------------------------------------------- |
| 6 | 6 |
DOXYFILE_ENCODING = UTF-8 |
| 7 | 7 |
PROJECT_NAME = @PACKAGE_NAME@ |
| 8 | 8 |
PROJECT_NUMBER = @PACKAGE_VERSION@ |
| 9 |
PROJECT_BRIEF = |
|
| 10 |
PROJECT_LOGO = |
|
| 9 | 11 |
OUTPUT_DIRECTORY = |
| 10 | 12 |
CREATE_SUBDIRS = NO |
| 11 | 13 |
OUTPUT_LANGUAGE = English |
| 12 | 14 |
BRIEF_MEMBER_DESC = YES |
| 13 | 15 |
REPEAT_BRIEF = NO |
| 14 | 16 |
ABBREVIATE_BRIEF = |
| 15 | 17 |
ALWAYS_DETAILED_SEC = NO |
| 16 | 18 |
INLINE_INHERITED_MEMB = NO |
| 17 | 19 |
FULL_PATH_NAMES = YES |
| 18 | 20 |
STRIP_FROM_PATH = "@abs_top_srcdir@" |
| 19 | 21 |
STRIP_FROM_INC_PATH = "@abs_top_srcdir@" |
| 20 | 22 |
SHORT_NAMES = YES |
| 21 | 23 |
JAVADOC_AUTOBRIEF = NO |
| 22 | 24 |
QT_AUTOBRIEF = NO |
| 23 | 25 |
MULTILINE_CPP_IS_BRIEF = NO |
| 24 | 26 |
INHERIT_DOCS = NO |
| 25 | 27 |
SEPARATE_MEMBER_PAGES = NO |
| 26 | 28 |
TAB_SIZE = 8 |
| 27 | 29 |
ALIASES = |
| 28 | 30 |
OPTIMIZE_OUTPUT_FOR_C = NO |
| 29 | 31 |
OPTIMIZE_OUTPUT_JAVA = NO |
| 30 | 32 |
OPTIMIZE_FOR_FORTRAN = NO |
| 31 | 33 |
OPTIMIZE_OUTPUT_VHDL = NO |
| 34 |
EXTENSION_MAPPING = |
|
| 32 | 35 |
BUILTIN_STL_SUPPORT = YES |
| 33 | 36 |
CPP_CLI_SUPPORT = NO |
| 34 | 37 |
SIP_SUPPORT = NO |
| 35 | 38 |
IDL_PROPERTY_SUPPORT = YES |
| 36 | 39 |
DISTRIBUTE_GROUP_DOC = NO |
| 37 | 40 |
SUBGROUPING = YES |
| 38 | 41 |
TYPEDEF_HIDES_STRUCT = NO |
| 39 | 42 |
SYMBOL_CACHE_SIZE = 0 |
| 40 | 43 |
#--------------------------------------------------------------------------- |
| 41 | 44 |
# Build related configuration options |
| 42 | 45 |
#--------------------------------------------------------------------------- |
| 43 | 46 |
EXTRACT_ALL = NO |
| 44 | 47 |
EXTRACT_PRIVATE = YES |
| 45 | 48 |
EXTRACT_STATIC = YES |
| 46 | 49 |
EXTRACT_LOCAL_CLASSES = NO |
| 47 | 50 |
EXTRACT_LOCAL_METHODS = NO |
| 48 | 51 |
EXTRACT_ANON_NSPACES = NO |
| 49 | 52 |
HIDE_UNDOC_MEMBERS = YES |
| 50 | 53 |
HIDE_UNDOC_CLASSES = YES |
| 51 | 54 |
HIDE_FRIEND_COMPOUNDS = NO |
| 52 | 55 |
HIDE_IN_BODY_DOCS = NO |
| 53 | 56 |
INTERNAL_DOCS = NO |
| 54 | 57 |
CASE_SENSE_NAMES = YES |
| 55 | 58 |
HIDE_SCOPE_NAMES = YES |
| 56 | 59 |
SHOW_INCLUDE_FILES = YES |
| 60 |
FORCE_LOCAL_INCLUDES = NO |
|
| 57 | 61 |
INLINE_INFO = YES |
| 58 | 62 |
SORT_MEMBER_DOCS = NO |
| 59 | 63 |
SORT_BRIEF_DOCS = NO |
| 64 |
SORT_MEMBERS_CTORS_1ST = NO |
|
| 60 | 65 |
SORT_GROUP_NAMES = NO |
| 61 | 66 |
SORT_BY_SCOPE_NAME = NO |
| 67 |
STRICT_PROTO_MATCHING = NO |
|
| 62 | 68 |
GENERATE_TODOLIST = YES |
| 63 | 69 |
GENERATE_TESTLIST = YES |
| 64 | 70 |
GENERATE_BUGLIST = YES |
| 65 | 71 |
GENERATE_DEPRECATEDLIST= YES |
| 66 | 72 |
ENABLED_SECTIONS = |
| 67 | 73 |
MAX_INITIALIZER_LINES = 5 |
| 68 | 74 |
SHOW_USED_FILES = NO |
| 69 | 75 |
SHOW_DIRECTORIES = YES |
| 70 | 76 |
SHOW_FILES = YES |
| 71 | 77 |
SHOW_NAMESPACES = YES |
| 72 | 78 |
FILE_VERSION_FILTER = |
| 73 | 79 |
LAYOUT_FILE = "@abs_top_srcdir@/doc/DoxygenLayout.xml" |
| 74 | 80 |
#--------------------------------------------------------------------------- |
| 75 | 81 |
# configuration options related to warning and progress messages |
| 76 | 82 |
#--------------------------------------------------------------------------- |
| 77 | 83 |
QUIET = NO |
| 78 | 84 |
WARNINGS = YES |
| 79 | 85 |
WARN_IF_UNDOCUMENTED = YES |
| 80 | 86 |
WARN_IF_DOC_ERROR = YES |
| 81 | 87 |
WARN_NO_PARAMDOC = NO |
| 82 | 88 |
WARN_FORMAT = "$file:$line: $text" |
| 83 | 89 |
WARN_LOGFILE = doxygen.log |
| 84 | 90 |
#--------------------------------------------------------------------------- |
| 85 | 91 |
# configuration options related to the input files |
| 86 | 92 |
#--------------------------------------------------------------------------- |
| 87 | 93 |
INPUT = "@abs_top_srcdir@/doc" \ |
| 88 | 94 |
"@abs_top_srcdir@/lemon" \ |
| 89 | 95 |
"@abs_top_srcdir@/lemon/bits" \ |
| 90 | 96 |
"@abs_top_srcdir@/lemon/concepts" \ |
| 91 | 97 |
"@abs_top_srcdir@/demo" \ |
| 92 | 98 |
"@abs_top_srcdir@/tools" \ |
| 93 | 99 |
"@abs_top_srcdir@/test/test_tools.h" |
| 94 | 100 |
INPUT_ENCODING = UTF-8 |
| 95 | 101 |
FILE_PATTERNS = *.h \ |
| 96 | 102 |
*.cc \ |
| 97 | 103 |
*.dox |
| 98 | 104 |
RECURSIVE = NO |
| 99 | 105 |
EXCLUDE = |
| 100 | 106 |
EXCLUDE_SYMLINKS = NO |
| 101 | 107 |
EXCLUDE_PATTERNS = |
| 102 | 108 |
EXCLUDE_SYMBOLS = |
| 103 | 109 |
EXAMPLE_PATH = "@abs_top_srcdir@/demo" \ |
| 104 | 110 |
"@abs_top_srcdir@/LICENSE" \ |
| 105 | 111 |
"@abs_top_srcdir@/doc" |
| 106 | 112 |
EXAMPLE_PATTERNS = |
| 107 | 113 |
EXAMPLE_RECURSIVE = NO |
| 108 | 114 |
IMAGE_PATH = "@abs_top_srcdir@/doc/images" \ |
| 109 | 115 |
"@abs_top_builddir@/doc/gen-images" |
| 110 | 116 |
INPUT_FILTER = |
| 111 | 117 |
FILTER_PATTERNS = |
| 112 | 118 |
FILTER_SOURCE_FILES = NO |
| 119 |
FILTER_SOURCE_PATTERNS = |
|
| 113 | 120 |
#--------------------------------------------------------------------------- |
| 114 | 121 |
# configuration options related to source browsing |
| 115 | 122 |
#--------------------------------------------------------------------------- |
| 116 | 123 |
SOURCE_BROWSER = @LEMON_DOC_SOURCE_BROWSER@ |
| 117 | 124 |
INLINE_SOURCES = NO |
| 118 | 125 |
STRIP_CODE_COMMENTS = YES |
| 119 | 126 |
REFERENCED_BY_RELATION = NO |
| 120 | 127 |
REFERENCES_RELATION = NO |
| 121 | 128 |
REFERENCES_LINK_SOURCE = YES |
| 122 | 129 |
USE_HTAGS = NO |
| 123 | 130 |
VERBATIM_HEADERS = NO |
| 124 | 131 |
#--------------------------------------------------------------------------- |
| 125 | 132 |
# configuration options related to the alphabetical class index |
| 126 | 133 |
#--------------------------------------------------------------------------- |
| 127 | 134 |
ALPHABETICAL_INDEX = YES |
| 128 | 135 |
COLS_IN_ALPHA_INDEX = 2 |
| 129 | 136 |
IGNORE_PREFIX = |
| 130 | 137 |
#--------------------------------------------------------------------------- |
| 131 | 138 |
# configuration options related to the HTML output |
| 132 | 139 |
#--------------------------------------------------------------------------- |
| 133 | 140 |
GENERATE_HTML = YES |
| 134 | 141 |
HTML_OUTPUT = html |
| 135 | 142 |
HTML_FILE_EXTENSION = .html |
| 136 | 143 |
HTML_HEADER = |
| 137 | 144 |
HTML_FOOTER = |
| 138 | 145 |
HTML_STYLESHEET = |
| 146 |
HTML_COLORSTYLE_HUE = 220 |
|
| 147 |
HTML_COLORSTYLE_SAT = 100 |
|
| 148 |
HTML_COLORSTYLE_GAMMA = 80 |
|
| 149 |
HTML_TIMESTAMP = YES |
|
| 139 | 150 |
HTML_ALIGN_MEMBERS = YES |
| 140 | 151 |
HTML_DYNAMIC_SECTIONS = NO |
| 141 | 152 |
GENERATE_DOCSET = NO |
| 142 | 153 |
DOCSET_FEEDNAME = "Doxygen generated docs" |
| 143 | 154 |
DOCSET_BUNDLE_ID = org.doxygen.Project |
| 155 |
DOCSET_PUBLISHER_ID = org.doxygen.Publisher |
|
| 156 |
DOCSET_PUBLISHER_NAME = Publisher |
|
| 144 | 157 |
GENERATE_HTMLHELP = NO |
| 145 | 158 |
CHM_FILE = |
| 146 | 159 |
HHC_LOCATION = |
| 147 | 160 |
GENERATE_CHI = NO |
| 148 | 161 |
CHM_INDEX_ENCODING = |
| 149 | 162 |
BINARY_TOC = NO |
| 150 | 163 |
TOC_EXPAND = NO |
| 151 | 164 |
GENERATE_QHP = NO |
| 152 | 165 |
QCH_FILE = |
| 153 | 166 |
QHP_NAMESPACE = org.doxygen.Project |
| 154 | 167 |
QHP_VIRTUAL_FOLDER = doc |
| 168 |
QHP_CUST_FILTER_NAME = |
|
| 169 |
QHP_CUST_FILTER_ATTRS = |
|
| 170 |
QHP_SECT_FILTER_ATTRS = |
|
| 155 | 171 |
QHG_LOCATION = |
| 172 |
GENERATE_ECLIPSEHELP = NO |
|
| 173 |
ECLIPSE_DOC_ID = org.doxygen.Project |
|
| 156 | 174 |
DISABLE_INDEX = NO |
| 157 | 175 |
ENUM_VALUES_PER_LINE = 4 |
| 158 | 176 |
GENERATE_TREEVIEW = NO |
| 177 |
USE_INLINE_TREES = NO |
|
| 159 | 178 |
TREEVIEW_WIDTH = 250 |
| 179 |
EXT_LINKS_IN_WINDOW = NO |
|
| 160 | 180 |
FORMULA_FONTSIZE = 10 |
| 181 |
FORMULA_TRANSPARENT = YES |
|
| 182 |
USE_MATHJAX = NO |
|
| 183 |
MATHJAX_RELPATH = http://www.mathjax.org/mathjax |
|
| 184 |
SEARCHENGINE = YES |
|
| 185 |
SERVER_BASED_SEARCH = NO |
|
| 161 | 186 |
#--------------------------------------------------------------------------- |
| 162 | 187 |
# configuration options related to the LaTeX output |
| 163 | 188 |
#--------------------------------------------------------------------------- |
| 164 | 189 |
GENERATE_LATEX = NO |
| 165 | 190 |
LATEX_OUTPUT = latex |
| 166 | 191 |
LATEX_CMD_NAME = latex |
| 167 | 192 |
MAKEINDEX_CMD_NAME = makeindex |
| 168 | 193 |
COMPACT_LATEX = YES |
| 169 | 194 |
PAPER_TYPE = a4wide |
| 170 | 195 |
EXTRA_PACKAGES = amsmath \ |
| 171 | 196 |
amssymb |
| 172 | 197 |
LATEX_HEADER = |
| 173 | 198 |
PDF_HYPERLINKS = YES |
| 174 | 199 |
USE_PDFLATEX = YES |
| 175 | 200 |
LATEX_BATCHMODE = NO |
| 176 | 201 |
LATEX_HIDE_INDICES = NO |
| 202 |
LATEX_SOURCE_CODE = NO |
|
| 177 | 203 |
#--------------------------------------------------------------------------- |
| 178 | 204 |
# configuration options related to the RTF output |
| 179 | 205 |
#--------------------------------------------------------------------------- |
| 180 | 206 |
GENERATE_RTF = NO |
| 181 | 207 |
RTF_OUTPUT = rtf |
| 182 | 208 |
COMPACT_RTF = NO |
| 183 | 209 |
RTF_HYPERLINKS = NO |
| 184 | 210 |
RTF_STYLESHEET_FILE = |
| 185 | 211 |
RTF_EXTENSIONS_FILE = |
| 186 | 212 |
#--------------------------------------------------------------------------- |
| 187 | 213 |
# configuration options related to the man page output |
| 188 | 214 |
#--------------------------------------------------------------------------- |
| 189 | 215 |
GENERATE_MAN = NO |
| 190 | 216 |
MAN_OUTPUT = man |
| 191 | 217 |
MAN_EXTENSION = .3 |
| 192 | 218 |
MAN_LINKS = NO |
| 193 | 219 |
#--------------------------------------------------------------------------- |
| 194 | 220 |
# configuration options related to the XML output |
| 195 | 221 |
#--------------------------------------------------------------------------- |
| 196 | 222 |
GENERATE_XML = NO |
| 197 | 223 |
XML_OUTPUT = xml |
| 198 | 224 |
XML_SCHEMA = |
| 199 | 225 |
XML_DTD = |
| 200 | 226 |
XML_PROGRAMLISTING = YES |
| 201 | 227 |
#--------------------------------------------------------------------------- |
| 202 | 228 |
# configuration options for the AutoGen Definitions output |
| 203 | 229 |
#--------------------------------------------------------------------------- |
| 204 | 230 |
GENERATE_AUTOGEN_DEF = NO |
| 205 | 231 |
#--------------------------------------------------------------------------- |
| 206 | 232 |
# configuration options related to the Perl module output |
| 207 | 233 |
#--------------------------------------------------------------------------- |
| 208 | 234 |
GENERATE_PERLMOD = NO |
| 209 | 235 |
PERLMOD_LATEX = NO |
| 210 | 236 |
PERLMOD_PRETTY = YES |
| 211 | 237 |
PERLMOD_MAKEVAR_PREFIX = |
| 212 | 238 |
#--------------------------------------------------------------------------- |
| 213 | 239 |
# Configuration options related to the preprocessor |
| 214 | 240 |
#--------------------------------------------------------------------------- |
| 215 | 241 |
ENABLE_PREPROCESSING = YES |
| 216 | 242 |
MACRO_EXPANSION = NO |
| 217 | 243 |
EXPAND_ONLY_PREDEF = NO |
| 218 | 244 |
SEARCH_INCLUDES = YES |
| 219 | 245 |
INCLUDE_PATH = |
| 220 | 246 |
INCLUDE_FILE_PATTERNS = |
| 221 | 247 |
PREDEFINED = DOXYGEN |
| 222 | 248 |
EXPAND_AS_DEFINED = |
| 223 | 249 |
SKIP_FUNCTION_MACROS = YES |
| 224 | 250 |
#--------------------------------------------------------------------------- |
| 225 |
# |
|
| 251 |
# Configuration::additions related to external references |
|
| 226 | 252 |
#--------------------------------------------------------------------------- |
| 227 | 253 |
TAGFILES = "@abs_top_builddir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " |
| 228 | 254 |
GENERATE_TAGFILE = html/lemon.tag |
| 229 | 255 |
ALLEXTERNALS = NO |
| 230 | 256 |
EXTERNAL_GROUPS = NO |
| 231 | 257 |
PERL_PATH = /usr/bin/perl |
| 232 | 258 |
#--------------------------------------------------------------------------- |
| 233 | 259 |
# Configuration options related to the dot tool |
| 234 | 260 |
#--------------------------------------------------------------------------- |
| 235 | 261 |
CLASS_DIAGRAMS = YES |
| 236 | 262 |
MSCGEN_PATH = |
| 237 | 263 |
HIDE_UNDOC_RELATIONS = YES |
| 238 | 264 |
HAVE_DOT = YES |
| 265 |
DOT_NUM_THREADS = 0 |
|
| 239 | 266 |
DOT_FONTNAME = FreeSans |
| 240 | 267 |
DOT_FONTSIZE = 10 |
| 241 | 268 |
DOT_FONTPATH = |
| 242 | 269 |
CLASS_GRAPH = YES |
| 243 | 270 |
COLLABORATION_GRAPH = NO |
| 244 | 271 |
GROUP_GRAPHS = NO |
| 245 | 272 |
UML_LOOK = NO |
| 246 | 273 |
TEMPLATE_RELATIONS = NO |
| 247 | 274 |
INCLUDE_GRAPH = NO |
| 248 | 275 |
INCLUDED_BY_GRAPH = NO |
| 249 | 276 |
CALL_GRAPH = NO |
| 250 | 277 |
CALLER_GRAPH = NO |
| 251 | 278 |
GRAPHICAL_HIERARCHY = NO |
| 252 | 279 |
DIRECTORY_GRAPH = NO |
| 253 | 280 |
DOT_IMAGE_FORMAT = png |
| 254 | 281 |
DOT_PATH = |
| 255 | 282 |
DOTFILE_DIRS = |
| 283 |
MSCFILE_DIRS = |
|
| 256 | 284 |
DOT_GRAPH_MAX_NODES = 50 |
| 257 | 285 |
MAX_DOT_GRAPH_DEPTH = 0 |
| 258 | 286 |
DOT_TRANSPARENT = NO |
| 259 | 287 |
DOT_MULTI_TARGETS = NO |
| 260 | 288 |
GENERATE_LEGEND = YES |
| 261 | 289 |
DOT_CLEANUP = YES |
| 262 |
#--------------------------------------------------------------------------- |
|
| 263 |
# Configuration::additions related to the search engine |
|
| 264 |
#--------------------------------------------------------------------------- |
|
| 265 |
SEARCHENGINE = NO |
| 1 | 1 |
<doxygenlayout version="1.0"> |
| 2 | 2 |
<!-- Navigation index tabs for HTML output --> |
| 3 | 3 |
<navindex> |
| 4 | 4 |
<tab type="mainpage" visible="yes" title=""/> |
| 5 |
<tab type="modules" visible="yes" title=""/> |
|
| 5 |
<tab type="modules" visible="yes" title="" intro=""/> |
|
| 6 | 6 |
<tab type="classes" visible="yes" title=""> |
| 7 |
<tab type="classes" visible="yes" title=""/> |
|
| 8 |
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> |
|
| 9 |
<tab type="hierarchy" visible="yes" title=""/> |
|
| 10 |
<tab type="classmembers" visible="yes" title=""/> |
|
| 7 |
<tab type="classes" visible="yes" title="" intro=""/> |
|
| 8 |
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> |
|
| 9 |
<tab type="hierarchy" visible="yes" title="" intro=""/> |
|
| 10 |
<tab type="classmembers" visible="yes" title="" intro=""/> |
|
| 11 | 11 |
</tab> |
| 12 | 12 |
<tab type="namespaces" visible="yes" title=""> |
| 13 |
<tab type="namespaces" visible="yes" title=""/> |
|
| 14 |
<tab type="namespacemembers" visible="yes" title=""/> |
|
| 13 |
<tab type="namespaces" visible="yes" title="" intro=""/> |
|
| 14 |
<tab type="namespacemembers" visible="yes" title="" intro=""/> |
|
| 15 | 15 |
</tab> |
| 16 | 16 |
<tab type="files" visible="yes" title=""> |
| 17 |
<tab type="files" visible="yes" title=""/> |
|
| 18 |
<tab type="globals" visible="yes" title=""/> |
|
| 17 |
<tab type="files" visible="yes" title="" intro=""/> |
|
| 18 |
<tab type="globals" visible="yes" title="" intro=""/> |
|
| 19 | 19 |
</tab> |
| 20 |
<tab type="dirs" visible="yes" title=""/> |
|
| 21 |
<tab type="examples" visible="yes" title=""/> |
|
| 22 |
<tab type=" |
|
| 20 |
<tab type="dirs" visible="yes" title="" intro=""/> |
|
| 21 |
<tab type="examples" visible="yes" title="" intro=""/> |
|
| 22 |
<tab type="pages" visible="yes" title="" intro=""/> |
|
| 23 | 23 |
</navindex> |
| 24 | 24 |
|
| 25 | 25 |
<!-- Layout definition for a class page --> |
| 26 | 26 |
<class> |
| 27 | 27 |
<briefdescription visible="no"/> |
| 28 | 28 |
<detaileddescription title=""/> |
| 29 | 29 |
<includes visible="$SHOW_INCLUDE_FILES"/> |
| 30 | 30 |
<inheritancegraph visible="$CLASS_GRAPH"/> |
| 31 | 31 |
<collaborationgraph visible="$COLLABORATION_GRAPH"/> |
| 32 | 32 |
<allmemberslink visible="yes"/> |
| 33 | 33 |
<memberdecl> |
| 34 | 34 |
<membergroups visible="yes"/> |
| 35 | 35 |
<nestedclasses visible="yes" title=""/> |
| 36 | 36 |
<publictypes title=""/> |
| 37 | 37 |
<publicslots title=""/> |
| 38 | 38 |
<signals title=""/> |
| 39 | 39 |
<publicmethods title=""/> |
| 40 | 40 |
<publicstaticmethods title=""/> |
| 41 | 41 |
<publicattributes title=""/> |
| 42 | 42 |
<publicstaticattributes title=""/> |
| 43 | 43 |
<protectedtypes title=""/> |
| 44 | 44 |
<protectedslots title=""/> |
| 45 | 45 |
<protectedmethods title=""/> |
| 46 | 46 |
<protectedstaticmethods title=""/> |
| 47 | 47 |
<protectedattributes title=""/> |
| 48 | 48 |
<protectedstaticattributes title=""/> |
| 49 | 49 |
<packagetypes title=""/> |
| 50 | 50 |
<packagemethods title=""/> |
| 51 | 51 |
<packagestaticmethods title=""/> |
| 52 | 52 |
<packageattributes title=""/> |
| 53 | 53 |
<packagestaticattributes title=""/> |
| 54 | 54 |
<properties title=""/> |
| 55 | 55 |
<events title=""/> |
| 56 | 56 |
<privatetypes title=""/> |
| 57 | 57 |
<privateslots title=""/> |
| 58 | 58 |
<privatemethods title=""/> |
| 59 | 59 |
<privatestaticmethods title=""/> |
| 60 | 60 |
<privateattributes title=""/> |
| 61 | 61 |
<privatestaticattributes title=""/> |
| 62 | 62 |
<friends title=""/> |
| 63 | 63 |
<related title="" subtitle=""/> |
| 64 | 64 |
</memberdecl> |
| 65 | 65 |
<memberdef> |
| 66 | 66 |
<typedefs title=""/> |
| 67 | 67 |
<enums title=""/> |
| 68 | 68 |
<constructors title=""/> |
| 69 | 69 |
<functions title=""/> |
| 70 | 70 |
<related title=""/> |
| 71 | 71 |
<variables title=""/> |
| 72 | 72 |
<properties title=""/> |
| 73 | 73 |
<events title=""/> |
| 74 | 74 |
</memberdef> |
| 75 | 75 |
<usedfiles visible="$SHOW_USED_FILES"/> |
| 76 | 76 |
<authorsection visible="yes"/> |
| 77 | 77 |
</class> |
| 78 | 78 |
|
| 79 | 79 |
<!-- Layout definition for a namespace page --> |
| 80 | 80 |
<namespace> |
| 81 | 81 |
<briefdescription visible="no"/> |
| 82 | 82 |
<detaileddescription title=""/> |
| 83 | 83 |
<memberdecl> |
| 84 | 84 |
<nestednamespaces visible="yes" title=""/> |
| 85 | 85 |
<classes visible="yes" title=""/> |
| 86 | 86 |
<membergroups visible="yes"/> |
| 87 | 87 |
<typedefs title=""/> |
| 88 | 88 |
<enums title=""/> |
| 89 | 89 |
<functions title=""/> |
| 90 | 90 |
<variables title=""/> |
| 91 | 91 |
</memberdecl> |
| 92 | 92 |
<memberdef> |
| 93 | 93 |
<typedefs title=""/> |
| 94 | 94 |
<enums title=""/> |
| 95 | 95 |
<functions title=""/> |
| 96 | 96 |
<variables title=""/> |
| 97 | 97 |
</memberdef> |
| 98 | 98 |
<authorsection visible="yes"/> |
| 99 | 99 |
</namespace> |
| 100 | 100 |
|
| 101 | 101 |
<!-- Layout definition for a file page --> |
| 102 | 102 |
<file> |
| 103 | 103 |
<briefdescription visible="no"/> |
| 104 | 104 |
<detaileddescription title=""/> |
| 105 | 105 |
<includes visible="$SHOW_INCLUDE_FILES"/> |
| 106 | 106 |
<includegraph visible="$INCLUDE_GRAPH"/> |
| 107 | 107 |
<includedbygraph visible="$INCLUDED_BY_GRAPH"/> |
| 108 | 108 |
<sourcelink visible="yes"/> |
| 109 | 109 |
<memberdecl> |
| 110 | 110 |
<classes visible="yes" title=""/> |
| 111 | 111 |
<namespaces visible="yes" title=""/> |
| 112 | 112 |
<defines title=""/> |
| 113 | 113 |
<typedefs title=""/> |
| 114 | 114 |
<enums title=""/> |
| 115 | 115 |
<functions title=""/> |
| 116 | 116 |
<variables title=""/> |
| 117 | 117 |
</memberdecl> |
| 118 | 118 |
<memberdef> |
| 119 | 119 |
<defines title=""/> |
| 120 | 120 |
<typedefs title=""/> |
| 121 | 121 |
<enums title=""/> |
| 122 | 122 |
<functions title=""/> |
| 123 | 123 |
<variables title=""/> |
| 124 | 124 |
</memberdef> |
| 125 | 125 |
<authorsection/> |
| 126 | 126 |
</file> |
| 127 | 127 |
|
| 128 | 128 |
<!-- Layout definition for a group page --> |
| 129 | 129 |
<group> |
| 130 | 130 |
<briefdescription visible="no"/> |
| 131 | 131 |
<detaileddescription title=""/> |
| 132 | 132 |
<groupgraph visible="$GROUP_GRAPHS"/> |
| 133 | 133 |
<memberdecl> |
| 134 | 134 |
<classes visible="yes" title=""/> |
| 135 | 135 |
<namespaces visible="yes" title=""/> |
| 136 | 136 |
<dirs visible="yes" title=""/> |
| 137 | 137 |
<nestedgroups visible="yes" title=""/> |
| 138 | 138 |
<files visible="yes" title=""/> |
| 139 | 139 |
<defines title=""/> |
| 140 | 140 |
<typedefs title=""/> |
| 141 | 141 |
<enums title=""/> |
| 142 | 142 |
<enumvalues title=""/> |
| 143 | 143 |
<functions title=""/> |
| 144 | 144 |
<variables title=""/> |
| 145 | 145 |
<signals title=""/> |
| 146 | 146 |
<publicslots title=""/> |
| 147 | 147 |
<protectedslots title=""/> |
| 148 | 148 |
<privateslots title=""/> |
| 149 | 149 |
<events title=""/> |
| 150 | 150 |
<properties title=""/> |
| 151 | 151 |
<friends title=""/> |
| 152 | 152 |
</memberdecl> |
| 153 | 153 |
<memberdef> |
| 154 | 154 |
<pagedocs/> |
| 155 | 155 |
<defines title=""/> |
| 156 | 156 |
<typedefs title=""/> |
| 157 | 157 |
<enums title=""/> |
| 158 | 158 |
<enumvalues title=""/> |
| 159 | 159 |
<functions title=""/> |
| 160 | 160 |
<variables title=""/> |
| 161 | 161 |
<signals title=""/> |
| 162 | 162 |
<publicslots title=""/> |
| 163 | 163 |
<protectedslots title=""/> |
| 164 | 164 |
<privateslots title=""/> |
| 165 | 165 |
<events title=""/> |
| 166 | 166 |
<properties title=""/> |
| 167 | 167 |
<friends title=""/> |
| 168 | 168 |
</memberdef> |
| 169 | 169 |
<authorsection visible="yes"/> |
| 170 | 170 |
</group> |
| 171 | 171 |
|
| 172 | 172 |
<!-- Layout definition for a directory page --> |
| 173 | 173 |
<directory> |
| 174 | 174 |
<briefdescription visible="no"/> |
| 175 | 175 |
<detaileddescription title=""/> |
| 176 | 176 |
<directorygraph visible="yes"/> |
| 177 | 177 |
<memberdecl> |
| 178 | 178 |
<dirs visible="yes"/> |
| 179 | 179 |
<files visible="yes"/> |
| 180 | 180 |
</memberdecl> |
| 181 | 181 |
</directory> |
| 182 | 182 |
</doxygenlayout> |
0 comments (0 inline)