From: Stefan Kost Date: Wed, 18 May 2011 21:38:43 +0000 (+0300) Subject: docs: update todo comment X-Git-Tag: upstream/20130618~68^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7420f7a92dbb8004aafb761453989dafe21ac1ce;p=platform%2Fupstream%2Fgst-common.git docs: update todo comment --- 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 \