GNOME Bugzilla – Bug 783473
gtk-doc comment lists too few arguments for signals of BaconVideoWidget
Last modified: 2017-06-06 14:31:55 UTC
This error causes incorrect names to be assigned to function arguments when using the old perl-based gtkdoc-mkdb, and it causes the new python-based gtkdoc-mkdb to crash with following messages: gmake[3]: Entering directory '/home/lantw44/gnome/build/totem/docs/reference' DOC Building XML Traceback (most recent call last):
+ Trace 237551
mkdb.Run(options)
changed, book_top, book_bottom = OutputDB(os.path.join(ROOT_DIR, MODULE + "-sections.txt"), options)
sig_synop, sig_desc = GetSignals(symbol)
param_name = list(sourceparams)[j] # keys as list
gmake[3]: *** [Makefile:1223: sgml-build.stamp] Error 1
Created attachment 353258 [details] [review] docs: Fix gtk-doc comments for signals of BaconVideoWidget
Review of attachment 353258 [details] [review]: ++
Attachment 353258 [details] pushed as eabd5fc - docs: Fix gtk-doc comments for signals of BaconVideoWidget