diff --git a/dune/fufem/functionspacebases/dgpqkbasis.hh b/dune/fufem/functionspacebases/dgpqkbasis.hh
index 9559ef195be945049abf86cf522182107bec3bdc..ffbea0727db88abc4917c727ed0a29accb377a3d 100644
--- a/dune/fufem/functionspacebases/dgpqkbasis.hh
+++ b/dune/fufem/functionspacebases/dgpqkbasis.hh
@@ -1,11 +1,13 @@
 #ifndef DG_PQKBASIS_HH
 #define DG_PQKBASIS_HH
 
+/*
 #warning This file is deprecated.  All implementations of function space bases in dune-fufem \
   are in the process of being replaced by counterparts in the new dune-functions module. \
   Those are syntactically different, but semantically very close to the dune-fufem implementations. \
   To get rid of this warning, replace all occurrences of the Q1NodalBasis<...> class in your code \
   by DuneFunctionsBasis<Dune::Functions::LagrangeDGBasis<...> >.
+*/
 
 /**
     \brief Global basis for discontinous Galerkin spaces with local Pk or Qk elements
diff --git a/dune/fufem/functionspacebases/p0basis.hh b/dune/fufem/functionspacebases/p0basis.hh
index 6ed427fbb148eed0884515d613b1a194d38a51e2..86f48dcd7fce8f0ddab90c6710e9cba16310d3b6 100644
--- a/dune/fufem/functionspacebases/p0basis.hh
+++ b/dune/fufem/functionspacebases/p0basis.hh
@@ -1,11 +1,13 @@
 #ifndef P0_BASIS_HH
 #define P0_BASIS_HH
 
+/*
 #warning This file is deprecated.  All implementations of function space bases in dune-fufem \
   are in the process of being replaced by counterparts in the new dune-functions module. \
   Those are syntactically different, but semantically very close to the dune-fufem implementations. \
   To get rid of this warning, replace all occurrences of the P0Basis<...> class in your code \
   by DuneFunctionsBasis<Dune::Functions::PQkNodalBasis<...,0> >.
+*/
 
 /**
    @file
diff --git a/dune/fufem/functionspacebases/p1nodalbasis.hh b/dune/fufem/functionspacebases/p1nodalbasis.hh
index 883c59d053ff70cfdbabe3d5695ca866000d8c3d..a005911fdc3fe00081dd5198f39a00d2a22c9665 100644
--- a/dune/fufem/functionspacebases/p1nodalbasis.hh
+++ b/dune/fufem/functionspacebases/p1nodalbasis.hh
@@ -1,11 +1,13 @@
 #ifndef P1_NODALBASIS_HH
 #define P1_NODALBASIS_HH
 
+/*
 #warning This file is deprecated.  All implementations of function space bases in dune-fufem \
   are in the process of being replaced by counterparts in the new dune-functions module. \
   Those are syntactically different, but semantically very close to the dune-fufem implementations. \
   To get rid of this warning, replace all occurrences of the P1NodalBasis<...> class in your code \
   by DuneFunctionsBasis<Dune::Functions::PQ1NodalBasis<...> >.
+*/
 
 /**
    @file
diff --git a/dune/fufem/functionspacebases/p2nodalbasis.hh b/dune/fufem/functionspacebases/p2nodalbasis.hh
index e015375903647056cdd3fa6ba8429cafe0a246d7..1fa51f2fe7a698830aca3aa373cd140edebd22f7 100644
--- a/dune/fufem/functionspacebases/p2nodalbasis.hh
+++ b/dune/fufem/functionspacebases/p2nodalbasis.hh
@@ -1,11 +1,13 @@
 #ifndef P2_NODALBASIS_HH
 #define P2_NODALBASIS_HH
 
+/*
 #warning This file is deprecated.  All implementations of function space bases in dune-fufem \
   are in the process of being replaced by counterparts in the new dune-functions module. \
   Those are syntactically different, but semantically very close to the dune-fufem implementations. \
   To get rid of this warning, replace all occurrences of the Q1NodalBasis<...> class in your code \
   by DuneFunctionsBasis<Dune::Functions::PQkNodalBasis<...> >.
+*/
 
 /**
    @file
diff --git a/dune/fufem/functionspacebases/p3nodalbasis.hh b/dune/fufem/functionspacebases/p3nodalbasis.hh
index f83dec1a6e4224981eff58b40801bfedee6de625..8a1fc72d5a1d314b4183f67d38b508cd49b0b9c9 100644
--- a/dune/fufem/functionspacebases/p3nodalbasis.hh
+++ b/dune/fufem/functionspacebases/p3nodalbasis.hh
@@ -1,11 +1,13 @@
 #ifndef P3_NODALBASIS_HH
 #define P3_NODALBASIS_HH
 
+/*
 #warning This file is deprecated.  All implementations of function space bases in dune-fufem \
   are in the process of being replaced by counterparts in the new dune-functions module. \
   Those are syntactically different, but semantically very close to the dune-fufem implementations. \
   To get rid of this warning, replace all occurrences of the Q1NodalBasis<...> class in your code \
   by DuneFunctionsBasis<Dune::Functions::PQkNodalBasis<...,3> >.
+*/
 
 /**
    @file
diff --git a/dune/fufem/functionspacebases/q1nodalbasis.hh b/dune/fufem/functionspacebases/q1nodalbasis.hh
index 8bbf4923b2d87eb3c21c00191891f25da34e7bdf..f7455af8bf133985b3e10da686467dad1b22f57d 100644
--- a/dune/fufem/functionspacebases/q1nodalbasis.hh
+++ b/dune/fufem/functionspacebases/q1nodalbasis.hh
@@ -1,12 +1,13 @@
 #ifndef Q1_NODALBASIS_HH
 #define Q1_NODALBASIS_HH
 
+/*
 #warning This file is deprecated.  All implementations of function space bases in dune-fufem \
   are in the process of being replaced by counterparts in the new dune-functions module. \
   Those are syntactically different, but semantically very close to the dune-fufem implementations. \
   To get rid of this warning, replace all occurrences of the Q1NodalBasis<...> class in your code \
   by DuneFunctionsBasis<Dune::Functions::PQ1NodalBasis<...> >.
-
+*/
 
 /**
    @file