[gtk-doc] mkhtml2: add more TODOs



commit d4991dda3a8b9e48cf915e45bf548f6aaf753f02
Author: Stefan Sauer <ensonic users sf net>
Date:   Sun Apr 1 21:15:21 2018 +0200

    mkhtml2: add more TODOs

 gtkdoc/mkhtml2.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtkdoc/mkhtml2.py b/gtkdoc/mkhtml2.py
index 58205a9..0d05a10 100644
--- a/gtkdoc/mkhtml2.py
+++ b/gtkdoc/mkhtml2.py
@@ -40,7 +40,11 @@ TODO:
   - inside 'inlinemediaobject'/'mediaobject' a 'textobject' becomes the 'alt'
     attr on the <img> tag of the 'imageobject'
   - glossary/index: depending on the parents, the headings as h1/h2
+    - maybe track depth when chunking
   - the part titles have a generated prefix, such as 'Part I:'
+  - replace get_title with a result.extend(convert_title(ctx, title_tag))
+    - see convert_table()
+  - if there a multiple sect1, it seems we don't chunk the first one?
 - check each docbook tag if it can contain #PCDATA, if not don't check for
   xml.text
 - consider some perf-warnings flag


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