summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-11-10 21:14:33 +0100
committerStefan Sauer <ensonic@users.sf.net>2017-11-12 20:35:15 +0100
commit030bb12c46da682faa786f84bc9069285d7fd0ab (patch)
treeae5921886fd7f85737850151298c72d1303d3598 /TODO
parent747e8f360db342d5fa13ebdfb590b4c1b67ec632 (diff)
downloadgtk-doc-030bb12c46da682faa786f84bc9069285d7fd0ab.tar.gz
db2md: start a new tool to migate docbook to md
Update the design plans and start a new tool. It only reports the docbook tags so far.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 01aebfb..9fe99fd 100644
--- a/TODO
+++ b/TODO
@@ -467,5 +467,7 @@ grep "gst_caps_is_always_compatible" tags
- switch intermediate files to json/yaml
- we need to pick something, that we can easilly output from plain c (produced by gtkdoc-scangobj)
- decl-list.txt and .types would need to stay
+ - maybe maintain one file per sourcefile (in a subdir) to eventually be able to
+ do incremental builds
- refactor Read{Args,Declarations,Signals}File to output into a single dictionary each:
Signal{Names,Objects,Returns,...}[key] -> Signals[key].{names,objects,returns,...}