From: Stefan Lage Date: Wed, 3 Jul 2013 23:36:58 +0000 (-0400) Subject: ni_nitdoc: Adding function to get the link of a class X-Git-Tag: v0.6.1~73^2~5^2~72^2~8 X-Git-Url: http://nitlanguage.org ni_nitdoc: Adding function to get the link of a class Signed-off-by: Stefan Lage --- diff --git a/src/ni_nitdoc.nit b/src/ni_nitdoc.nit index b231d90..4f1c27b 100644 --- a/src/ni_nitdoc.nit +++ b/src/ni_nitdoc.nit @@ -1094,6 +1094,10 @@ redef class MClass end end + fun link_anchor: String do + return "{name}.html" + end + end redef class AStdClassdef