Bugzilla – Bug 133662
documentation of YaST2 modules: ycpdoc confused by listmap
Last modified: 2006-08-07 14:47:00 UTC
While generating documentation from any YaST2 module there is warning: "function list has no comment" on each listmap function occurrence.
Status?
still there
It occurs only when "listmap" is the first thing on a line (for example in Tv.ycp). The "list" is mistaken for return type. Fixed in yast2-devtools-2.13.21. Also occurs in Provider.ycp where there's another bug of not ignoring comments.