From: bangerth Date: Fri, 25 Jun 2010 03:44:21 +0000 (+0000) Subject: Same fix as on mainline: avoid warnings by doxygen. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c8727ba826d510ffef9482ae23274861bc1751;p=dealii-svn.git 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 --- 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