From a4373d59512b95542c171aa28e65fb96e6cdb418 Mon Sep 17 00:00:00 2001
From: Karin Erbertseder <k.erbertseder@web.de>
Date: Wed, 20 Oct 2010 08:58:48 +0000
Subject: [PATCH] update of documentation

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4468 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/boxmodels/1p/1pindices.hh | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dumux/boxmodels/1p/1pindices.hh b/dumux/boxmodels/1p/1pindices.hh
index 67fb766702..5fa95e63a9 100644
--- a/dumux/boxmodels/1p/1pindices.hh
+++ b/dumux/boxmodels/1p/1pindices.hh
@@ -17,7 +17,7 @@
 /*!
  * \file
  *
- * \brief  Indices for the single phase model.
+ * \brief  Defines the indices for the one-phase box model.
  */
 #ifndef DUMUX_1P_INDICES_HH
 #define DUMUX_1P_INDICES_HH
@@ -25,13 +25,19 @@
 namespace Dumux
 {
 /*!
- * \brief Indices for the single phase model.
+ * \addtogroup OnePBoxModel
+ */
+// \{
+
+/*!
+ * \brief Indices for the one-phase model.
  */
 struct OnePIndices
 {
     static const int pressureIdx = 0;
 };
 
+// \}
 } // end namepace
 
 #endif
-- 
GitLab