diff options
Diffstat (limited to 'src/script/api/Doxyfile_Game')
-rw-r--r-- | src/script/api/Doxyfile_Game | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/Doxyfile_Game b/src/script/api/Doxyfile_Game index 99b2ab05e..238b47f7d 100644 --- a/src/script/api/Doxyfile_Game +++ b/src/script/api/Doxyfile_Game @@ -91,7 +91,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = . +INPUT = . $(GENERATED_API_DIR) INPUT_ENCODING = UTF-8 FILE_PATTERNS = script_*.hpp \ game_*.hpp |