gtk-doc comment lists too few arguments for TpBasePasswordChannel::finished
Submitted by Ting-Wei Lan
Assigned to Telepathy bugs list
Link to original bug (#101301)
Description
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:
Traceback (most recent call last):
File "/home/lantw44/gnome/devinstall/bin/gtkdoc-mkdb", line 63, in <module>
mkdb.Run(options)
File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py", line 284, in Run
changed, book_top, book_bottom = OutputDB(os.path.join(ROOT_DIR, MODULE + "-sections.txt"), options)
File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py", line 727, in OutputDB
sig_synop, sig_desc = GetSignals(symbol)
File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py", line 3328, in GetSignals
param_name = list(sourceparams)[j] # keys as list
IndexError: list index out of range
Version: git master