From 0215805de0de12131c369cd4f47a8094938883d5 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Thu, 21 Oct 2004 19:29:03 +0200 Subject: [PATCH] Don't generated latex Rev: refdoc/doxygen.cfg:1.2 --- refdoc/doxygen.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refdoc/doxygen.cfg b/refdoc/doxygen.cfg index fc5e329dc8..e3f12c1941 100644 --- a/refdoc/doxygen.cfg +++ b/refdoc/doxygen.cfg @@ -432,7 +432,7 @@ INPUT = src/ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = +FILE_PATTERNS = *.c *.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -690,7 +690,7 @@ TREEVIEW_WIDTH = 250 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be -- GitLab