summaryrefslogtreecommitdiff
path: root/plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-02 17:28:07 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-02 17:28:07 +0000
commit2e511ab1b1ff3d78c695874e3b28ff4ce7680cc8 (patch)
tree9c3588c82da7ad3e326f51d899800ad183f0d826 /plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile
parent0f73f1572a03e5bae2664c1b2bb2cd18a1e33fca (diff)
kyotocabinet based db driver
first version that compiles DO NOT USE IT, dragons live there git-svn-id: http://svn.miranda-ng.org/main/trunk@12580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile')
-rw-r--r--plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile70
1 files changed, 70 insertions, 0 deletions
diff --git a/plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile b/plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile
new file mode 100644
index 0000000000..1ed5b75feb
--- /dev/null
+++ b/plugins/Dbx_kyoto/src/kyotocabinet/Doxyfile
@@ -0,0 +1,70 @@
+# Doxyfile for Kyoto Cabinet
+
+
+# General configuration options
+PROJECT_NAME = "Kyoto Cabinet"
+OUTPUT_LANGUAGE = English
+EXTRACT_ALL = NO
+EXTRACT_PRIVATE = NO
+EXTRACT_STATIC = YES
+REPEAT_BRIEF = YES
+ALWAYS_DETAILED_SEC = YES
+SHOW_INCLUDE_FILES = YES
+VERBATIM_HEADERS = NO
+JAVADOC_AUTOBRIEF = YES
+SORT_MEMBER_DOCS = NO
+INLINE_INFO = NO
+OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_JAVA = NO
+SHOW_USED_FILES = NO
+QUIET = YES
+WARNINGS = YES
+SEARCHENGINE = NO
+
+
+# Configuration options related to the input files
+INPUT = .
+FILE_PATTERNS = overview kccommon.h kcutil.h kcdb.h kcthread.h kcfile.h \
+ kccompress.h kccompare.h kcmap.h kcregex.h \
+ kcplantdb.h kcprotodb.h kcstashdb.h kccachedb.h kchashdb.h kcdirdb.h kctextdb.h \
+ kcpolydb.h kcdbext.h kclangc.h
+RECURSIVE = NO
+
+
+# Configuration options related to the alphabetical index
+ALPHABETICAL_INDEX = YES
+COLS_IN_ALPHA_INDEX = 3
+
+
+# Configuration options related to the HTML output
+GENERATE_HTML = YES
+HTML_OUTPUT = doc/api
+HTML_FILE_EXTENSION = .html
+GENERATE_TREEVIEW = NO
+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_EXTENSION = .3
+
+
+# Configuration options related to the dot tool
+HAVE_DOT = NO
+CLASS_GRAPH = NO
+COLLABORATION_GRAPH = NO
+INCLUDE_GRAPH = NO
+INCLUDED_BY_GRAPH = NO
+GRAPHICAL_HIERARCHY = YES
+GENERATE_LEGEND = NO
+DOT_CLEANUP = YES
+
+
+
+# END OF FILE