From 4425f09db6a4cad5aaf949f16e89181c45992b15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 18:04:30 +0100 Subject: Make index column headers link to the corresponding section --- lv2specgen/lv2specgen.py | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index fe188ec..0c6adb1 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -752,7 +752,7 @@ def buildIndex(m, classlist, proplist, instalist=None, filelist=None): return '%s' % (str(t), str(t)) if (len(classlist) > 0): - head += 'Classes' + head += 'Classes' body += '\n' if (len(proplist) > 0): - head += 'Properties' + head += 'Properties' body += '\n' if (instalist is not None and len(instalist) > 0): - head += 'Instances' + head += 'Instances' body += '