diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal
index f97277002c64548bb348eb0bc720a5a0197fde21..c2980ba4b7ae764522cbc3894062d136ba3de506 100644
--- a/doc/doxygen/Doxylocal
+++ b/doc/doxygen/Doxylocal
@@ -2,7 +2,7 @@
 # please us '+=' to add file/directories to the lists
 
 ENABLED_SECTIONS       = 
-EXCLUDE_PATTERNS       = */.svn/* 
+EXCLUDE_PATTERNS       = */.svn/*, */dumux/boxmodels/*
 
 PREDEFINED            += "NEW_PROP_TAG(name)=Property tag name" \
                          "NEW_TYPE_TAG(name)=Type tag name"                        
diff --git a/doc/doxygen/modules b/doc/doxygen/modules
index 80959ef43e18d12917275d227c02927fe97fd01a..a2501eb2d4da5b5c03acd1f3d6b729687d571a42 100644
--- a/doc/doxygen/modules
+++ b/doc/doxygen/modules
@@ -93,7 +93,7 @@
 
 /****************** Fully Implicit ******************/
 /*!
- * \defgroup BoxModel Fully Implicit Box Scheme
+ * \defgroup BoxModel Fully Implicit Scheme
  */
 	/*!
  	 * \ingroup BoxModel
@@ -153,6 +153,24 @@
                  *
                  * \copydetails Dumux::MPNCModel
 		 */
+		/*!
+		 * \ingroup BoxModels
+		 * \defgroup TwoPDFMBoxModel Two-phase flow in discrete fracture-matrix
+                 *
+                 * \copydetails Dumux::TwoPDFMModel
+		 */
+		/*!
+		 * \ingroup BoxModels
+		 * \defgroup CO2Model CO2
+                 *
+                 * \copydetails Dumux::CO2Model
+		 */
+		/*!
+		 * \ingroup BoxModels
+		 * \defgroup CO2NIModel Non-isothermal CO2
+                 *
+                 * \copydetails Dumux::CO2NIModel
+		 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup RichardsModel Richards
@@ -177,6 +195,14 @@
                  *
                  * \copydetails Dumux::Stokes2cniModel
                  */
+	/*!
+ 	 * \ingroup BoxModel
+ 	 * \defgroup Discretizations Discretizations
+ 	 */
+		 /*!
+		 * \ingroup Discretizations
+		 * \defgroup CCModel Cell centered
+		 */
 
 	/*!
 	 * \ingroup BoxModel