GNOME Bugzilla – Bug 727219
make install fails in doc/reference/librygel-core
Last modified: 2014-06-14 09:57:17 UTC
With gtk-doc 1.20 I get malformed xml for rygel-plugin-information.vala: there's an end tag "programlisting" without a corresponding start tag. This means html is not generated and the install fails. Now this sounds like a gtk-doc bug but the gtk-doc docs seem to say the right way to mark code blocks is with "|[" and "]|" instead of "{{{" and "}}}"... Fixing that makes "make install" work properly but the whole example is now on one single line in the html instead of three.
Interesting, worked during make distcheck. I remember Andreas seeing something similar on debian, though. According to http://valadoc.org/#!wiki=markup, second List entry, this is correct way to mark codeblocks for valadoc. So I assume it's a valadoc issue.
Yeah that does makes more sense. valadoc is 0.23.2. I'll see if I can find out more
*** Bug 731131 has been marked as a duplicate of this bug. ***
Removed {{{ }}} for now until valadoc bug is fixed.