diff --git a/Applications/ApplicationsLib/ProjectData.cpp b/Applications/ApplicationsLib/ProjectData.cpp index ad7aaf76acc66e41aa1d206b205479d994f581bf..16a61dc57b77c79fcad25733e461a375b6f469d8 100644 --- a/Applications/ApplicationsLib/ProjectData.cpp +++ b/Applications/ApplicationsLib/ProjectData.cpp @@ -65,7 +65,6 @@ ProjectData::ProjectData(BaseLib::ConfigTree const& project_config, auto const mesh_param = project_config.getConfigParameter("mesh"); std::string const mesh_file = BaseLib::copyPathToFileName( - //! \ogs_file_param{prj__mesh} mesh_param.getValue<std::string>(), project_directory); MeshLib::Mesh* const mesh = MeshLib::IO::readMeshFromFile(mesh_file); @@ -76,7 +75,7 @@ ProjectData::ProjectData(BaseLib::ConfigTree const& project_config, } if (auto const axially_symmetric = - //! \ogs_file_param{prj__mesh__axial_symmetric} + //! \ogs_file_attr{prj__mesh__axially_symmetric} mesh_param.getConfigAttributeOptional<bool>("axially_symmetric")) { mesh->setAxiallySymmetric(*axially_symmetric); diff --git a/Documentation/ProjectFile/prj/mesh/a_axially_symmetric.md b/Documentation/ProjectFile/prj/mesh/a_axially_symmetric.md new file mode 100644 index 0000000000000000000000000000000000000000..576add64edccf5d980a0ff86143dc43a7109a788 --- /dev/null +++ b/Documentation/ProjectFile/prj/mesh/a_axially_symmetric.md @@ -0,0 +1 @@ +\ogs_missing_documentation diff --git a/Documentation/ProjectFile/prj/mesh/i_mesh.md b/Documentation/ProjectFile/prj/mesh/i_mesh.md new file mode 100644 index 0000000000000000000000000000000000000000..11ed78b9ec0b7e61c6f2e191a45b0cd5a8cb48f5 --- /dev/null +++ b/Documentation/ProjectFile/prj/mesh/i_mesh.md @@ -0,0 +1 @@ +Information about input mesh. diff --git a/Documentation/ProjectFile/prj/t_mesh.md b/Documentation/ProjectFile/prj/t_mesh.md deleted file mode 100644 index b7cefacbd935d4a60c4babf706aec64b51648a88..0000000000000000000000000000000000000000 --- a/Documentation/ProjectFile/prj/t_mesh.md +++ /dev/null @@ -1 +0,0 @@ -Info about mesh...