From 3194ec66130f71ce2cd0761b2845345c4cb08236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 16 Jun 2014 12:22:43 +0000 Subject: [PATCH] Fixed doxygen errors git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1092 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/subdivider.docu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/subdivider.docu b/Doc/subdivider.docu index b2e9d3b5..e6287ffa 100644 --- a/Doc/subdivider.docu +++ b/Doc/subdivider.docu @@ -2,7 +2,7 @@ /** \page subdivider_docu Sudivision Tools -\section Overview +\section OM_Subdivider_Overview Overview The %OpenMesh library provides a few tools for uniform and adaptive subdivision: @@ -19,7 +19,7 @@ subdivision: -# Simple subdivision -# OpenMesh::Subdivider::Uniform::LongestEdgeT -\section Usage +\section OM_Subdivider_Usage Usage The subdividers directly work on an OpenMesh. The following example shows how to use them: \code