From 806ea18af1e424257792da1ce00c2bd0ff83dc2b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Jun 2010 03:33:25 +0000 Subject: [PATCH] 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 --- deal.II/base/include/base/config.h.in | 4 ++-- deal.II/configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 /** -- 2.39.5