Do not create man page links with doxygen

There is a lot of files created with .so links to non-installed
files, making most of installed pages useless. The files
referenced in .so links are not suitable for installation nor
do they contain any useful information for them to be worth
fixing.

Signed-off-by: Armin Krezović <krezovic.armin@gmail.com>
Acked-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Armin Krezović 2017-07-27 14:08:37 +02:00 committed by Daniel Stone
parent ed7ad31ac2
commit c3ff179a95

View file

@ -7,7 +7,7 @@ TAB_SIZE = 8
QUIET = YES
HTML_TIMESTAMP = YES
GENERATE_LATEX = NO
MAN_LINKS = YES
MAN_LINKS = NO
PREDEFINED = WL_EXPORT= \
WL_PRINTF(x,y)=
MACRO_EXPANSION = YES