diff options
author | glx <glx@openttd.org> | 2019-03-05 15:52:41 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-07-16 00:53:26 +0200 |
commit | 8794c61f25dfe055296ed500c54d22613fbcb73f (patch) | |
tree | b0ecc5984f0289651941a18cb57fdd3b7b68874e /src/script/api/Doxyfile_Game | |
parent | 26b91192a3100c697dc63f96e724d10189c10f13 (diff) | |
download | openttd-8794c61f25dfe055296ed500c54d22613fbcb73f.tar.xz |
Change: rewrote generate_widget in CMake
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 |