From 44c8727ba826d510ffef9482ae23274861bc1751 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 Jun 2010 03:44:21 +0000 Subject: [PATCH] Same fix as on mainline: avoid warnings by doxygen. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21361 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/config.h.in | 2 +- deal.II/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 6465f09649..cf1b1dfb49 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 diff --git a/deal.II/configure.in b/deal.II/configure.in index 9ef8733a24..1b52a09998 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 -- 2.39.5