[gtk-doc] mkhtml2: add a todos



commit b45d3acb2bdc52085ed988916cc03d6de142b94e
Author: Stefan Sauer <ensonic users sf net>
Date:   Sat Apr 7 16:11:47 2018 +0200

    mkhtml2: add a todos

 gtkdoc/mkhtml2.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtkdoc/mkhtml2.py b/gtkdoc/mkhtml2.py
index 1c2025e..88a5965 100644
--- a/gtkdoc/mkhtml2.py
+++ b/gtkdoc/mkhtml2.py
@@ -50,6 +50,7 @@ TODO:
     - the toc also lists 'sect2' (TODO: check how deep it goes)
   - replace get_title with a result.extend(convert_title(ctx, title_tag))
     - see convert_table()
+  - 'linkend' seems to add a 'title' attr to 'a' if the targe has a title.
 - check each docbook tag if it can contain #PCDATA, if not don't check for
   xml.text
 - consider some perf-warnings flag
@@ -1277,6 +1278,7 @@ def convert_refentry(ctx):
         HTML_HEADER % (node.title + ": " + node.root.title, generate_head_links(ctx))
     ]
     generate_refentry_nav(ctx, refsect1s, result)
+    # TODO: if there is a  refmeta/refmiscinfo, the image goes to gallery_image
     result.append("""
 <div class="refentry">
 <a name="%s"></a>


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