From e83d5e1c154d1f6e0115291edd4b64d13bf3e555 Mon Sep 17 00:00:00 2001 From: renchao_lu <renchao.lu@gmail.com> Date: Mon, 17 Jun 2019 12:09:46 +0200 Subject: [PATCH] [MatL/MPL] Prefixed Doxygen identifier. --- MaterialLib/MPL/CreatePhase.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MaterialLib/MPL/CreatePhase.cpp b/MaterialLib/MPL/CreatePhase.cpp index bd1f29c19dc..f1c9757de0f 100644 --- a/MaterialLib/MPL/CreatePhase.cpp +++ b/MaterialLib/MPL/CreatePhase.cpp @@ -88,8 +88,10 @@ std::vector<std::unique_ptr<Phase>> createPhases( } std::vector<std::unique_ptr<Phase>> phases; - //! \ogs_file_param{prj__media__medium__phases__phase} - for (auto phase_config : config->getConfigSubtreeList("phase")) + + for (auto phase_config : + //! \ogs_file_param{prj__media__medium__phases__phase} + config->getConfigSubtreeList("phase")) { auto phase = createPhase(phase_config); -- GitLab