mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
parent
ed7ad31ac2
commit
c3ff179a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue