diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | doc/Makefile | 2 | ||||
m--------- | doc/doxydown | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9926aac01..5a6389bcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "src/ucl"] path = src/ucl url = git://github.com/vstakhov/libucl +[submodule "doc/doxydown"] + path = doc/doxydown + url = https://github.com/vstakhov/doxydown.git diff --git a/doc/Makefile b/doc/Makefile index bd561fc2b..342b8ae52 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ # A simple makefile to generate documentation from .md using pandoc PANDOC ?= pandoc -LUADOC ?= ./lua_api.pl +LUADOC ?= doxydown/doxydown.pl all: man diff --git a/doc/doxydown b/doc/doxydown new file mode 160000 +Subproject 0284fa5cb263b787b50cb75997617acdf29ba3e |