Fixed doxygen documentation generation
This commit is contained in:
parent
f74f67540f
commit
5c48239372
3
Makefile
3
Makefile
@ -39,3 +39,6 @@ install:
|
||||
(cd server; make DEST=$(DEST) install)
|
||||
(cd log_manager; make DEST=$(DEST) install)
|
||||
(cd query_classifier; make DEST=$(DEST) install)
|
||||
|
||||
documentation:
|
||||
doxygen doxygate
|
||||
|
3
doxygate
3
doxygate
@ -568,7 +568,8 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = README core modules include
|
||||
INPUT = README server/core server/modules server/include \
|
||||
log_manager query_classifier utils
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||
|
@ -47,9 +47,6 @@ depend:
|
||||
(cd modules/protocol; touch depend.mk ; make depend)
|
||||
(cd modules/monitor; touch depend.mk ; make depend)
|
||||
|
||||
documentation:
|
||||
doxygen doxygate
|
||||
|
||||
install:
|
||||
@mkdir -p $(DEST)
|
||||
@mkdir -p $(DEST)/MaxScale
|
||||
|
Loading…
x
Reference in New Issue
Block a user