Change include dir for doc

This commit is contained in:
John Zhao 2018-04-03 23:39:09 +08:00
parent 6647599ad4
commit 39585f62d2
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ help:
apidoc:
@$(call echo,Make $@)
@[ -e ./_install/include ] || $(MAKE) install
@$(SH) ./doc/build.sh
opendoc: apidoc

View File

@ -800,7 +800,7 @@ INPUT = mainpage.md \
specs_ctrl.md \
spec_control_api.md \
spec_control_channel.md \
../../include
../../_install/include
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses