diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-06-12 23:29:46 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-06-12 23:29:46 +0200 |
commit | 2d7b692052a99674654b39c061ee7cd79db77a1a (patch) | |
tree | 8687e248b4bb159a1430a2139aea76c2fb6e6266 /.doxygen | |
parent | 752df4e54d9ee86efefe4a08ae6ef77a03bf046f (diff) | |
download | termgl-2d7b692052a99674654b39c061ee7cd79db77a1a.tar.gz |
Added support for Function Keys as _EVENT_FUNCTION1
Those are normally the first 4 to 10 function keys. others are addressed with [ instead of O and might become _EVENT_FUNCTION2 in the future
Diffstat (limited to '.doxygen')
-rw-r--r-- | .doxygen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ RTF_SOURCE_CODE = NO #--------------------------------------------------------------------------- # Configuration options related to the man page output #--------------------------------------------------------------------------- -GENERATE_MAN = NO +GENERATE_MAN = YES MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_SUBDIR = |