Fix generate apidoc
This commit is contained in:
parent
2ae3116f0d
commit
6435bf04a2
3
Makefile
3
Makefile
|
@ -49,7 +49,8 @@ all: test samples tools
|
||||||
|
|
||||||
apidoc:
|
apidoc:
|
||||||
@$(call echo,Make $@)
|
@$(call echo,Make $@)
|
||||||
@[ -e ./_install/include ] || $(MAKE) install
|
@# @[ -e ./_install/include ] || $(MAKE) install
|
||||||
|
@[ -e /usr/local/include/mynteye ] || $(MAKE) install
|
||||||
@$(SH) ./doc/build.sh
|
@$(SH) ./doc/build.sh
|
||||||
|
|
||||||
opendoc: apidoc
|
opendoc: apidoc
|
||||||
|
|
|
@ -801,7 +801,7 @@ INPUT = mainpage.md \
|
||||||
specs_ctrl.md \
|
specs_ctrl.md \
|
||||||
spec_control_api.md \
|
spec_control_api.md \
|
||||||
spec_control_channel.md \
|
spec_control_channel.md \
|
||||||
../../_install/include
|
/usr/local/include/mynteye
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
@ -884,7 +884,8 @@ RECURSIVE = YES
|
||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE =
|
EXCLUDE = /usr/local/include/mynteye/logger.h \
|
||||||
|
/usr/local/include/mynteye/miniglog.h
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||||
|
|
|
@ -801,7 +801,7 @@ INPUT = mainpage.md \
|
||||||
specs_ctrl.md \
|
specs_ctrl.md \
|
||||||
spec_control_api.md \
|
spec_control_api.md \
|
||||||
spec_control_channel.md \
|
spec_control_channel.md \
|
||||||
../../_install/include
|
/usr/local/include/mynteye
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
@ -884,7 +884,8 @@ RECURSIVE = YES
|
||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE =
|
EXCLUDE = /usr/local/include/mynteye/logger.h \
|
||||||
|
/usr/local/include/mynteye/miniglog.h
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||||
|
|
Loading…
Reference in New Issue
Block a user