From ca0ca155f7baa7739b86d54887ab2d90fed8ac05 Mon Sep 17 00:00:00 2001
From: Wenqing Wang <wenqing.wang@ufz.de>
Date: Fri, 19 Mar 2021 13:32:13 +0100
Subject: [PATCH] [Doc/WaterVapourDensity] Corrected a Quality Assurance issue

---
 .../MPL/Properties/Density/CreateWaterVapourDensity.cpp     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp
index 1ea2f20a121..1c7ebdc72e0 100644
--- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp
+++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp
@@ -24,11 +24,11 @@ std::unique_ptr<Property> createWaterVapourDensity(
     config.checkConfigParameter("type", "WaterVapourDensity");
     DBUG("Create WaterVapourDensity phase property");
 
-    // Here ogs_file_param is used just to create a documentation entry for this
-    // property without any input parameter.
-    //! \ogs_file_param{properties__property__WaterVapourDensity}
+    // Second access for storage.
+    //! \ogs_file_param{properties__property__name}
     auto property_name = config.peekConfigParameter<std::string>("name");
 
+    //! \ogs_file_param_special{properties__property__WaterVapourDensity}
     return std::make_unique<WaterVapourDensity>(std::move(property_name));
 }
 }  // namespace MaterialPropertyLib
-- 
GitLab