Change include dir for doc
This commit is contained in:
parent
6647599ad4
commit
39585f62d2
1
Makefile
1
Makefile
|
@ -20,6 +20,7 @@ help:
|
|||
|
||||
apidoc:
|
||||
@$(call echo,Make $@)
|
||||
@[ -e ./_install/include ] || $(MAKE) install
|
||||
@$(SH) ./doc/build.sh
|
||||
|
||||
opendoc: apidoc
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user