diff --git a/dune/tectonic/myconvexproblem.hh b/dune/tectonic/myconvexproblem.hh
index 5d70df27ff3bd949360585eb38900f48cd1150e5..811274a5d5b9ee2d65e4f7c6a37f4885ef8ea764 100644
--- a/dune/tectonic/myconvexproblem.hh
+++ b/dune/tectonic/myconvexproblem.hh
@@ -5,11 +5,6 @@
 
 #include "globalnonlinearity.hh"
 
-/** \brief TODO
-
-    \tparam MatrixTypeTEMPLATE The type used for the matrix of the quadratic
-   part
-*/
 template <class MatrixTypeTEMPLATE, class VectorTypeTEMPLATE>
 class MyConvexProblem {
 public: