[PATCH wayland] Do not create man page links with doxygen
Armin K
krezovic.armin at gmail.com
Thu Jul 27 12:08:37 UTC 2017
From: Armin Krezović <krezovic.armin at gmail.com>
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 at gmail.com>
---
doc/doxygen/wayland.doxygen.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/doxygen/wayland.doxygen.in b/doc/doxygen/wayland.doxygen.in
index 3913a13..60c5fbb 100644
--- a/doc/doxygen/wayland.doxygen.in
+++ b/doc/doxygen/wayland.doxygen.in
@@ -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
--
2.13.3
More information about the wayland-devel
mailing list