rainwoodman / libyaml-glib

Building GObjects with YAML
10 stars 5 forks source link

fails to build docs with valadoc 0.42.3 #24

Open grindhold opened 5 years ago

grindhold commented 5 years ago
/usr/bin/valadoc --force  -o Documentation --package-name libyaml-glib-1.0 libyaml-glib.vala error.vala buildable.vala builder.vala loader.vala writer.vala yaml-0.1.vapi --pkg gmodule-2.0
buildable.vala:146.6-146.9: error: expected <end-of-line>
   * the returned List doesn't hold references to the children.
     ^^^                                                        
libyaml-glib.vala:185.5-185.6: error: unexpected token: <space>
  *  This is not a full implementation of a YAML document.
    ^                                                      
builder.vala:40.5-40.6: error: unexpected token: <space>
  *   an object is created for each mapping which has a YAML tag
    ^                                                            
builder.vala:186.6-186.7: error: unexpected token: <space>
   *   Do not call this function in any places other than 
     ^                                                     
libyaml-glib.vala:72.6-72.7: error: unexpected token: <space>
   *  * For Alias it is the referring anchor,
     ^                                        
libyaml-glib.vala:89.19-89.20: error: unexpected token: <end-of-line>
   * @param notify
                  ^
Failed: 6 error(s), 0 warning(s)

Apparently the new valadoc does not like newlines.