Skip to content
Snippets Groups Projects
Commit 3850c63d authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[doc] Fix \ogs_file_param comment placement.

parent dd93c937
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,8 @@ std::vector<std::unique_ptr<MeshLib::Mesh>> readMeshes(
{
std::vector<std::unique_ptr<MeshLib::Mesh>> meshes;
//! \ogs_file_param{prj__mesh}
meshes.push_back(
//! \ogs_file_param{prj__mesh}
readSingleMesh(config.getConfigParameter("mesh"), project_directory));
std::string const geometry_file = BaseLib::copyPathToFileName(
......
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