summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-05-19 00:38:43 +0300
committerStefan Kost <ensonic@users.sf.net>2011-05-19 00:39:51 +0300
commit7420f7a92dbb8004aafb761453989dafe21ac1ce (patch)
tree5cb871822efadeaf83ff4a82872dc3b2298d441c
parentb77dc098f9eb23abd50ded3ce9e34199c7b0c16c (diff)
downloadgstreamer-common-7420f7a92dbb8004aafb761453989dafe21ac1ce.tar.gz
docs: update todo comment
-rw-r--r--gtk-doc-plugins.mak10
1 files changed, 7 insertions, 3 deletions
diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index cdf19ee..1a0b7dc 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -106,9 +106,13 @@ scanobj-update:
-rm scanobj-build.stamp
$(MAKE) scanobj-build.stamp
-# TODO: finish elite script that updates the output files of this step
-# instead of rewriting them, so that multiple maintainers can generate
-# a collective set of args and signals
+# gstdoc-scanobj produces 5 output files (.new)
+# scangobj-merge.py merges them into the file which we commit later
+# TODO: scangobj-merge.py only merges signals and args
+# - for interfaces and prerequisites do:
+# 'sort -du file file.new' and update file if changed
+# - do that either in gstdoc-scanobj (which we change already) or in
+# scangobj-merge.py
scanobj-build.stamp: $(SCANOBJ_DEPS) $(basefiles)
@echo " DOC Introspecting gobjects"
@if test x"$(srcdir)" != x. ; then \