]> git.meshlink.io Git - meshlink/commitdiff
Add a Doxyfile so Doxygen creates a reference manual.
authorGuus Sliepen <guus@meshlink.io>
Sat, 21 Jun 2014 10:03:57 +0000 (12:03 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 21 Jun 2014 10:03:57 +0000 (12:03 +0200)
doc/Doxyfile [new file with mode: 0644]

diff --git a/doc/Doxyfile b/doc/Doxyfile
new file mode 100644 (file)
index 0000000..b29a0a9
--- /dev/null
@@ -0,0 +1,9 @@
+PROJECT_NAME            = MeshLink
+PROJECT_NUMBER          = 0.1
+PROJECT_BRIEF           = "Mesh networking library"
+OUTPUT_DIRECTORY        = .
+INPUT                   = ../src/meshlink.h \
+                          ../src/meshlink++.h
+LATEX_BATCHMODE         = YES
+GENERATE_MAN            = YES
+EXTRACT_ALL             = YES