From 25462be43963d7c402bde249c3f35e645401cf20 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Tue, 28 Feb 2012 21:58:35 +0000 Subject: [PATCH] eet: Disable man-page generation by default. This is currently a mess -- fixing it is going to take a lot of time. Man pages being generated include end(3), authors(3), todo(3), Examples(3). Better not to install these things and rely only on the HTML output. SVN revision: 68520 --- legacy/eet/doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eet/doc/Doxyfile.in b/legacy/eet/doc/Doxyfile.in index eadf82a513..8c427f8f39 100644 --- a/legacy/eet/doc/Doxyfile.in +++ b/legacy/eet/doc/Doxyfile.in @@ -1267,7 +1267,7 @@ RTF_EXTENSIONS_FILE = # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages -GENERATE_MAN = YES +GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be