From 861fe9f16de706b3a2f6b0b5522d7598b5e2b315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 14 Aug 2013 16:32:49 +0000 Subject: [PATCH] Updated doxyfile git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@926 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/doxy.config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/doxy.config.in b/Doc/doxy.config.in index 5c650d2f..d3ad6b4a 100644 --- a/Doc/doxy.config.in +++ b/Doc/doxy.config.in @@ -1,4 +1,4 @@ -# Doxyfile 1.8.1 +# Doxyfile 1.8.1.2 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -580,7 +580,7 @@ FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed # by doxygen. The layout file controls the global structure of the generated -# output files in an output format independent way. The create the layout file +# output files in an output format independent way. To create the layout file # that represents doxygen's defaults, run doxygen with the -l option. # You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. @@ -805,7 +805,7 @@ INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code -# fragments. Normal C and C++ comments will always remain visible. +# fragments. Normal C, C++ and Fortran comments will always remain visible. STRIP_CODE_COMMENTS = YES