aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-03-02 20:10:16 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-03-02 20:10:16 +0300
commit9d0fb8156d6122730c6007393d49a6d76a114c60 (patch)
tree4aff03474026772b7a0debb60d5a6f3bc5fd0beb /Doxyfile
parentc65fdedc7bedfc20da73cdbfc34c22bb80139896 (diff)
downloadmagi-9d0fb8156d6122730c6007393d49a6d76a114c60.tar
magi-9d0fb8156d6122730c6007393d49a6d76a114c60.tar.xz
magi-9d0fb8156d6122730c6007393d49a6d76a114c60.zip
[magi]
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
new file mode 100644
index 0000000..df94fc8
--- /dev/null
+++ b/Doxyfile
@@ -0,0 +1,11 @@
+PROJECT_NAME = "Magi"
+PROJECT_BRIEF = "Magi Gateway Interfaces Library"
+OUTPUT_DIRECTORY = docs
+JAVADOC_AUTOBRIEF = YES
+INLINE_SIMPLE_STRUCTS = YES
+OPTIMIZE_OUTPUT_FOR_C = YES
+TYPEDEF_HIDES_STRUCT = YES
+INPUT = include/magi
+STRIP_FROM_PATH = include/magi
+STRIP_FROM_INC_PATH = include
+GENERATE_MAN = YES