Skip to content
Snippets Groups Projects
Commit e83d5e1c authored by renchao.lu's avatar renchao.lu
Browse files

[MatL/MPL] Prefixed Doxygen identifier.

parent 18f03747
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment