Skip to content

Commit

Permalink
Generate Doxygen files for Trick headers
Browse files Browse the repository at this point in the history
Since the headers moved to include/trick, the Doxyfile's INPUT needs to
be updated.
  • Loading branch information
dbankieris committed Mar 20, 2017
1 parent 47847a8 commit ef6f426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ WARN_LOGFILE = $(TRICK_HOME)/doxygen/warning_msgs

INPUT = $(TRICK_HOME)/doxygen \
$(TRICK_HOME)/trick_source
$(TRICK_HOME)/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, which is
Expand Down

0 comments on commit ef6f426

Please sign in to comment.