From e5b21b57da84b6caeb025568ee44991b8a74be43 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 22 Aug 2012 15:41:48 +0200 Subject: [PATCH] made ascci art consistent with other element documentation --- MeshLib/Elements/Edge.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MeshLib/Elements/Edge.h b/MeshLib/Elements/Edge.h index a807f2187de..2329cf75019 100644 --- a/MeshLib/Elements/Edge.h +++ b/MeshLib/Elements/Edge.h @@ -22,10 +22,7 @@ class Node; /** * A 1d Edge or Line Element. * @code - * - * Edge: o--------o - * 0 1 - * + * 0--------1 * @endcode */ class Edge : public Element -- GitLab