[gtk-doc] mkhtml2: leave nolink checks to fixxref



commit 280a8eb7709232ddea5416a109d05a4ac394e98d
Author: Stefan Sauer <ensonic users sf net>
Date:   Tue May 1 20:42:24 2018 +0200

    mkhtml2: leave nolink checks to fixxref

 gtkdoc/mkhtml2.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtkdoc/mkhtml2.py b/gtkdoc/mkhtml2.py
index 76808f6..4ea6bcf 100644
--- a/gtkdoc/mkhtml2.py
+++ b/gtkdoc/mkhtml2.py
@@ -643,8 +643,6 @@ def convert_itemizedlist(ctx, xml):
 
 def convert_link(ctx, xml):
     linkend = xml.attrib['linkend']
-    if linkend in fixxref.NoLinks:
-        linkend = None
     result = []
     if linkend:
         link_text = []


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]