From 2d7b692052a99674654b39c061ee7cd79db77a1a Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Jun 2019 23:29:46 +0200 Subject: 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 --- .doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.doxygen') diff --git a/.doxygen b/.doxygen index 158e0a7..2307873 100644 --- a/.doxygen +++ b/.doxygen @@ -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 = -- cgit v1.2.3