From aa9bebf5b5d9d70f2b54c09d4af7469479664197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 3 Dec 2015 13:25:00 +0100 Subject: [PATCH] Added speedup documentation page --- Doc/mainpage.docu | 3 ++- Doc/speedup.docu | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 Doc/speedup.docu diff --git a/Doc/mainpage.docu b/Doc/mainpage.docu index 0b602c48..0c8ee2f2 100644 --- a/Doc/mainpage.docu +++ b/Doc/mainpage.docu @@ -101,6 +101,7 @@ in the following tutorial: \li \ref mesh_cpp \li \ref mesh_members \li \ref naming_conventions +\li \ref mesh_speedup \li \ref om_changelog \page mesh_docu Using and understanding OpenMesh @@ -119,7 +120,7 @@ in the following tutorial: \li \subpage mesh_cpp \li \subpage mesh_members \li \subpage naming_conventions +\li \subpage mesh_speedup \li \subpage om_changelog - **/ diff --git a/Doc/speedup.docu b/Doc/speedup.docu new file mode 100644 index 00000000..213cab5b --- /dev/null +++ b/Doc/speedup.docu @@ -0,0 +1,25 @@ +//----------------------------------------------------------------------------- + + +/** \page mesh_speedup Some Notes on how to speedup OpenMesh + +On this page we collect some hints which can be used to speedup OpenMesh. This list is not complete, so if you +have additional hints, just tell us. + + + +*/ + + + + +//----------------------------------------------------------------------------- +