From 412cd293b6cf5ba96bfc170702cc705339d7cec2 Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 9 Feb 2005 21:46:05 +0000 Subject: [PATCH] Disable LaTeX output. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@363 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 1173c9fa..8c8d606f 100755 --- a/Doxyfile +++ b/Doxyfile @@ -730,7 +730,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 @@ -1005,7 +1005,8 @@ PREDEFINED = __doxygen__ \ __declspec(x) \ _DEBUG=1 \ FORMAT(x,y,z)= \ - PGM_FUNC(x)=x + PGM_FUNC(x)=x \ + INLINE=inline # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. -- 2.25.1