diff --git a/apps/opencs/view/render/pagedworldspacewidget.hpp b/apps/opencs/view/render/pagedworldspacewidget.hpp index e96cb9e8e..8b6f2ee01 100644 --- a/apps/opencs/view/render/pagedworldspacewidget.hpp +++ b/apps/opencs/view/render/pagedworldspacewidget.hpp @@ -84,7 +84,7 @@ namespace CSVRender virtual ~PagedWorldspaceWidget(); /// \brief Decodes the the hint string to set of cell that are rendered. - /// Calculates avarage of cell's coordinates to be new camera location. + /// \details Calculates avarage of cell's coordinates to be new camera location. void useViewHint (const std::string& hint); void setCellSelection(const CSMWorld::CellSelection& selection);