From b88f314c64659cbf2f2590fab99ebfaf971caa52 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Mar 2012 03:55:27 +0000 Subject: Fix links to #defines. --- lv2specgen/lv2specgen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index d85a626..e8982a0 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -995,8 +995,7 @@ def load_tags(path, docdir): for cn in root.childNodes: if (cn.nodeType == xml.dom.Node.ELEMENT_NODE and cn.tagName == 'compound' - and cn.getAttribute('kind') != 'page' - and cn.getAttribute('kind') != 'file'): + and cn.getAttribute('kind') != 'page'): name = getChildText(cn, 'name') filename = getChildText(cn, 'filename') -- cgit v1.2.1