# Doxyfile for C++ API of QDBM # General configuration options PROJECT_NAME = "QDBM for C++" OUTPUT_LANGUAGE = English EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO SHOW_INCLUDE_FILES = NO VERBATIM_HEADERS = NO JAVADOC_AUTOBRIEF = YES DETAILS_AT_TOP = YES INLINE_INFO = NO OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO QUIET = YES WARNINGS = YES # Configuration options related to the input files INPUT = . FILE_PATTERNS = overview xqdbm.h xadbm.h xdepot.h xcuria.h xvilla.h RECURSIVE = NO # Configuration options related to the HTML output GENERATE_HTML = YES HTML_OUTPUT = xapidoc HTML_FILE_EXTENSION = .html GENERATE_TREEVIEW = YES TREEVIEW_WIDTH = 250 # Configuration options related to the LaTeX output GENERATE_LATEX = NO LATEX_OUTPUT = latex # Configuration options related to the man page output GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 # Configuration options related to the dot tool #HAVE_DOT = YES #CLASS_GRAPH = YES #COLLABORATION_GRAPH = NO #INCLUDE_GRAPH = NO #INCLUDED_BY_GRAPH = NO #GRAPHICAL_HIERARCHY = YES #GENERATE_LEGEND = NO # END OF FILE