renatofilho@320: # Doxyfile 1.4.2 renatofilho@320: renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # Project related configuration options renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: PROJECT_NAME = $(PROJECT)-$(VERSION) renatofilho@320: PROJECT_NUMBER = renatofilho@320: OUTPUT_DIRECTORY = $(DOCDIR) renatofilho@320: CREATE_SUBDIRS = NO renatofilho@320: OUTPUT_LANGUAGE = English renatofilho@320: USE_WINDOWS_ENCODING = NO renatofilho@320: BRIEF_MEMBER_DESC = YES renatofilho@320: REPEAT_BRIEF = YES renatofilho@320: ABBREVIATE_BRIEF = YES renatofilho@320: ALWAYS_DETAILED_SEC = NO renatofilho@320: INLINE_INHERITED_MEMB = NO renatofilho@320: STRIP_FROM_INC_PATH = $(SRCDIR)/src/libgmyth renatofilho@320: FULL_PATH_NAMES = YES renatofilho@320: STRIP_FROM_PATH = $(SRCDIR)/src/libgmyth renatofilho@320: SHORT_NAMES = YES renatofilho@320: JAVADOC_AUTOBRIEF = YES renatofilho@320: MULTILINE_CPP_IS_BRIEF = NO renatofilho@320: DETAILS_AT_TOP = YES renatofilho@320: INHERIT_DOCS = YES renatofilho@320: DISTRIBUTE_GROUP_DOC = NO renatofilho@320: TAB_SIZE = 8 renatofilho@320: ALIASES = renatofilho@320: OPTIMIZE_OUTPUT_FOR_C = YES renatofilho@320: OPTIMIZE_OUTPUT_JAVA = NO renatofilho@320: SUBGROUPING = YES renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # Build related configuration options renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: EXTRACT_ALL = YES renatofilho@320: EXTRACT_PRIVATE = NO renatofilho@320: EXTRACT_STATIC = NO renatofilho@320: EXTRACT_LOCAL_CLASSES = YES renatofilho@320: EXTRACT_LOCAL_METHODS = YES renatofilho@320: HIDE_UNDOC_MEMBERS = NO renatofilho@320: HIDE_UNDOC_CLASSES = NO renatofilho@320: HIDE_FRIEND_COMPOUNDS = NO renatofilho@320: HIDE_IN_BODY_DOCS = NO renatofilho@320: INTERNAL_DOCS = NO renatofilho@320: CASE_SENSE_NAMES = NO renatofilho@320: HIDE_SCOPE_NAMES = NO renatofilho@320: SHOW_INCLUDE_FILES = YES renatofilho@320: INLINE_INFO = YES renatofilho@320: SORT_MEMBER_DOCS = YES renatofilho@320: SORT_BRIEF_DOCS = NO renatofilho@320: SORT_BY_SCOPE_NAME = NO renatofilho@320: GENERATE_TODOLIST = YES renatofilho@320: GENERATE_TESTLIST = YES renatofilho@320: GENERATE_BUGLIST = YES renatofilho@320: GENERATE_DEPRECATEDLIST= YES renatofilho@320: ENABLED_SECTIONS = renatofilho@320: MAX_INITIALIZER_LINES = 30 renatofilho@320: SHOW_USED_FILES = YES renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to warning and progress messages renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: QUIET = YES renatofilho@320: WARNINGS = YES renatofilho@320: WARN_IF_UNDOCUMENTED = YES renatofilho@320: WARN_IF_DOC_ERROR = YES renatofilho@320: WARN_FORMAT = "$file:$line: $text" renatofilho@320: WARN_LOGFILE = renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the input files renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: INPUT = $(SRCDIR)/src/libgmyth renatofilho@320: FILE_PATTERNS = *.c *.h renatofilho@320: RECURSIVE = YES renatofilho@320: EXCLUDE = renatofilho@320: EXCLUDE_SYMLINKS = NO renatofilho@320: EXCLUDE_PATTERNS = renatofilho@320: EXAMPLE_PATH = $(SRCDIR)/src/gui renatofilho@320: EXAMPLE_PATTERNS = renatofilho@320: EXAMPLE_RECURSIVE = NO renatofilho@320: IMAGE_PATH = renatofilho@320: INPUT_FILTER = renatofilho@320: FILTER_SOURCE_FILES = NO renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to source browsing renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: SOURCE_BROWSER = YES renatofilho@320: INLINE_SOURCES = NO renatofilho@320: STRIP_CODE_COMMENTS = YES renatofilho@320: REFERENCED_BY_RELATION = YES renatofilho@320: REFERENCES_RELATION = YES renatofilho@320: VERBATIM_HEADERS = YES renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the alphabetical class index renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: ALPHABETICAL_INDEX = NO renatofilho@320: COLS_IN_ALPHA_INDEX = 5 renatofilho@320: IGNORE_PREFIX = renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the HTML output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_HTML = $(GENERATE_HTML) renatofilho@320: HTML_OUTPUT = html renatofilho@320: HTML_FILE_EXTENSION = .html renatofilho@320: HTML_HEADER = renatofilho@320: HTML_FOOTER = renatofilho@320: HTML_STYLESHEET = renatofilho@320: HTML_ALIGN_MEMBERS = YES renatofilho@320: GENERATE_HTMLHELP = $(GENERATE_CHM) renatofilho@320: CHM_FILE = ../$(PROJECT).chm renatofilho@320: HHC_LOCATION = $(HHC_PATH) renatofilho@320: GENERATE_CHI = $(GENERATE_CHI) renatofilho@320: BINARY_TOC = YES renatofilho@320: TOC_EXPAND = YES renatofilho@320: DISABLE_INDEX = NO renatofilho@320: ENUM_VALUES_PER_LINE = 4 renatofilho@320: GENERATE_TREEVIEW = YES renatofilho@320: TREEVIEW_WIDTH = 250 renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the LaTeX output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_LATEX = $(GENERATE_LATEX) renatofilho@320: LATEX_OUTPUT = latex renatofilho@320: LATEX_CMD_NAME = latex renatofilho@320: MAKEINDEX_CMD_NAME = makeindex renatofilho@320: COMPACT_LATEX = NO renatofilho@320: PAPER_TYPE = $(PAPER_SIZE) renatofilho@320: EXTRA_PACKAGES = renatofilho@320: LATEX_HEADER = renatofilho@320: PDF_HYPERLINKS = NO renatofilho@320: USE_PDFLATEX = NO renatofilho@320: LATEX_BATCHMODE = YES renatofilho@320: LATEX_HIDE_INDICES = NO renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the RTF output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_RTF = $(GENERATE_RTF) renatofilho@320: RTF_OUTPUT = rtf renatofilho@320: COMPACT_RTF = NO renatofilho@320: RTF_HYPERLINKS = NO renatofilho@320: RTF_STYLESHEET_FILE = renatofilho@320: RTF_EXTENSIONS_FILE = renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the man page output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_MAN = $(GENERATE_MAN) renatofilho@320: MAN_OUTPUT = man renatofilho@320: MAN_EXTENSION = .1 renatofilho@320: MAN_LINKS = NO renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the XML output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_XML = $(GENERATE_XML) renatofilho@320: XML_OUTPUT = xml renatofilho@320: XML_SCHEMA = renatofilho@320: XML_DTD = renatofilho@320: XML_PROGRAMLISTING = YES renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options for the AutoGen Definitions output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_AUTOGEN_DEF = NO renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # configuration options related to the Perl module output renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: GENERATE_PERLMOD = NO renatofilho@320: PERLMOD_LATEX = NO renatofilho@320: PERLMOD_PRETTY = YES renatofilho@320: PERLMOD_MAKEVAR_PREFIX = renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # Configuration options related to the preprocessor renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: ENABLE_PREPROCESSING = YES renatofilho@320: MACRO_EXPANSION = NO renatofilho@320: EXPAND_ONLY_PREDEF = NO renatofilho@320: SEARCH_INCLUDES = YES renatofilho@320: INCLUDE_PATH = renatofilho@320: INCLUDE_FILE_PATTERNS = renatofilho@320: PREDEFINED = renatofilho@320: EXPAND_AS_DEFINED = renatofilho@320: SKIP_FUNCTION_MACROS = YES renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # Configuration::additions related to external references renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: TAGFILES = renatofilho@320: GENERATE_TAGFILE = $(DOCDIR)/$(PROJECT).tag renatofilho@320: ALLEXTERNALS = NO renatofilho@320: EXTERNAL_GROUPS = YES renatofilho@320: PERL_PATH = $(PERL_PATH) renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # Configuration options related to the dot tool renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: CLASS_DIAGRAMS = YES renatofilho@320: HIDE_UNDOC_RELATIONS = YES renatofilho@320: HAVE_DOT = $(HAVE_DOT) renatofilho@320: CLASS_GRAPH = YES renatofilho@320: COLLABORATION_GRAPH = YES renatofilho@320: UML_LOOK = NO renatofilho@320: TEMPLATE_RELATIONS = NO renatofilho@320: INCLUDE_GRAPH = YES renatofilho@320: INCLUDED_BY_GRAPH = YES renatofilho@320: CALL_GRAPH = NO renatofilho@320: GRAPHICAL_HIERARCHY = YES renatofilho@320: DOT_IMAGE_FORMAT = png renatofilho@320: DOT_PATH = $(DOT_PATH) renatofilho@320: DOTFILE_DIRS = renatofilho@320: MAX_DOT_GRAPH_WIDTH = 1024 renatofilho@320: MAX_DOT_GRAPH_HEIGHT = 1024 renatofilho@320: MAX_DOT_GRAPH_DEPTH = 0 renatofilho@320: GENERATE_LEGEND = YES renatofilho@320: DOT_CLEANUP = YES renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: # Configuration::additions related to the search engine renatofilho@320: #--------------------------------------------------------------------------- renatofilho@320: SEARCHENGINE = NO