mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
Generate Doxygen files for Trick headers
Since the headers moved to include/trick, the Doxyfile's INPUT needs to be updated.
This commit is contained in:
parent
47847a8aef
commit
ef6f426d5c
@ -680,6 +680,7 @@ WARN_LOGFILE = $(TRICK_HOME)/doxygen/warning_msgs
|
|||||||
|
|
||||||
INPUT = $(TRICK_HOME)/doxygen \
|
INPUT = $(TRICK_HOME)/doxygen \
|
||||||
$(TRICK_HOME)/trick_source
|
$(TRICK_HOME)/trick_source
|
||||||
|
$(TRICK_HOME)/include
|
||||||
|
|
||||||
# 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, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
Loading…
Reference in New Issue
Block a user