summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-03-04 18:47:44 +0900
committerRyo Nakamura <upa@haeena.net>2023-03-04 18:47:44 +0900
commitd5a86292b7d535451ced924124af9cf47be07a3f (patch)
tree3b2d826000bebc15db3b601b0dcf7fb040f87ca4 /Doxyfile
parentcc18c74d32bc95302cc9d084fd65cce0b76d2e07 (diff)
add doxygen for mscp.h
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
new file mode 100644
index 0000000..75dba12
--- /dev/null
+++ b/Doxyfile
@@ -0,0 +1,13 @@
+
+PROJECT_NAME = libmscp
+
+GENERATE_HTML = YES
+GENERATE_CHI = NO
+GENERATE_LATEX = NO
+GENERATE_RTF = NO
+GENERATE_MAN = NO
+
+SOURCE_BROWSER = YES
+
+INPUT = src
+