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