[gtk-doc] mkhtml: add some data about 'autho' usage in devhelp files



commit cd674f61776e6c699d70ee40313a22bdbbfb5ea3
Author: Stefan Sauer <ensonic users sf net>
Date:   Wed Feb 6 21:57:30 2019 +0100

    mkhtml: add some data about 'autho' usage in devhelp files

 gtkdoc/mkhtml2.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gtkdoc/mkhtml2.py b/gtkdoc/mkhtml2.py
index abcf267..ed1d48f 100644
--- a/gtkdoc/mkhtml2.py
+++ b/gtkdoc/mkhtml2.py
@@ -1710,7 +1710,8 @@ def create_devhelp2_content(module, xml, files):
         online_url = bookinfo.xpath('./releaseinfo/ulink[@role="online-location"]/@url')[0]
         if online_url:
             online_attr = ' online="' + online_url + '"'
-        # TODO: support author too (see devhelp2.xsl)
+        # TODO: support author too (see devhelp2.xsl), it is hardly used though
+        # locate *.devhelp2 | xargs grep -Hn --color ' author="[^"]'
     # TODO: fixxref uses '--src-lang' to set the language, we have this in options too
     result = [
         """<?xml version="1.0" encoding="utf-8" standalone="no"?>


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