From: Wolfgang Bangerth Date: Fri, 25 Jun 2010 03:33:25 +0000 (+0000) Subject: Fix comment marker for something that shouldn't be commented by doxygen. X-Git-Tag: v8.0.0~5917 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806ea18af1e424257792da1ce00c2bd0ff83dc2b;p=dealii.git Fix comment marker for something that shouldn't be commented by doxygen. git-svn-id: https://svn.dealii.org/trunk@21360 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 6465f09649..10ce954c4e 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -550,7 +550,7 @@ # define DEAL_VOLATILE #endif -/** +/* * There is an annoying problem in the Trilinos header ml_config.h: It * #define's HAVE_INTTYPES_H but doesn't give the symbol a value. This * conflicts with the result of running deal.II's ./configure which @@ -565,7 +565,7 @@ * #undef into a #define again. */ #if defined(DEAL_II_USE_TRILINOS) && defined(HAVE_INTTYPES_H) -# undef /**/ HAVE_INTTYPES_H +# undef /* */ HAVE_INTTYPES_H #endif /** diff --git a/deal.II/configure.in b/deal.II/configure.in index f88e2e12d2..669f639edb 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -700,7 +700,7 @@ AH_BOTTOM( # define DEAL_VOLATILE #endif -/** +/* * There is an annoying problem in the Trilinos header ml_config.h: It * #define's HAVE_INTTYPES_H but doesn't give the symbol a value. This * conflicts with the result of running deal.II's ./configure which @@ -715,7 +715,7 @@ AH_BOTTOM( * #undef into a #define again. */ #if defined(DEAL_II_USE_TRILINOS) && defined(HAVE_INTTYPES_H) -# undef /**/ HAVE_INTTYPES_H +# undef /* */ HAVE_INTTYPES_H #endif /**