From ef6f426d5c42ec8aad42886dc02568368c780c2c Mon Sep 17 00:00:00 2001 From: Derek Bankieris Date: Mon, 20 Mar 2017 10:57:34 -0500 Subject: [PATCH] Generate Doxygen files for Trick headers Since the headers moved to include/trick, the Doxyfile's INPUT needs to be updated. --- doxygen/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 8305e059..73e223bb 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -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