From d21e45c16f9e0b838ff288beda9eef4c6c5bee58 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Mar 2011 19:57:50 +0000 Subject: Use fragment links to current document to make documentation bundles movable without breaking the links. Unfortunate side-effect is that the links at lv2plug.in looks like lv2core/#SomeClass :/ --- lv2specgen/lv2specgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2specgen/lv2specgen.py') diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index bb042db..9b9ce1a 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -419,7 +419,7 @@ def docTerms(category, list, m): except: term_uri = term - doc += """
\n

%s %s

\n""" % (t, term_uri, category, term_uri, curie) + doc += """
\n

%s %s

\n""" % (t, term_uri, category, getAnchor(str(term_uri)), curie) label = getLabel(m, term) comment = getComment(m, term) -- cgit v1.2.1