1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Doxyfile: Expand ACTION_ as defined

This lets Doxygen generate links for ACT_MAIN_SAVE_AS and others.
This commit is contained in:
Kalle Olavi Niemitalo 2009-07-19 02:20:43 +03:00 committed by Kalle Olavi Niemitalo
parent 126d2d1be3
commit 49a8be75bb

View File

@ -230,7 +230,8 @@ PREDEFINED = "LIST_OF(element_T)=element_T list" \
CONFIG_UTF8 \
HAVE_VARIADIC_MACROS
EXPAND_AS_DEFINED = LIST_HEAD \
INIT_LIST_OF
INIT_LIST_OF \
ACTION_
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------