From ec29a6b645b8efb3d0141c1965c0aa2fa390a8c1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 6 Sep 2014 14:43:43 -0700 Subject: [PATCH] Add doxydown submodule. --- .gitmodules | 3 +++ doc/Makefile | 2 +- doc/doxydown | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 doc/doxydown 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 index 000000000..0284fa5cb --- /dev/null +++ b/doc/doxydown @@ -0,0 +1 @@ +Subproject commit 0284fa5cb263b787b50cb75997617acdf29ba3e8 -- 2.39.5