]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
doclet/devhelp: Add name="" to <book>
authorFlorian Brosch <flo.brosch@gmail.com>
Sun, 26 Feb 2012 19:17:34 +0000 (20:17 +0100)
committerFlorian Brosch <flo.brosch@gmail.com>
Sun, 26 Feb 2012 19:17:34 +0000 (20:17 +0100)
src/doclets/devhelp/doclet.vala

index 2fa91f8cb87b64633d8926fee1fbbf225259cb74..ef4bb66aed2c8b288cd5225166edcb36a1965af2 100755 (executable)
@@ -85,7 +85,7 @@ public class Valadoc.Devhelp.Doclet : Valadoc.Html.BasicDoclet {
                var devfile = FileStream.open (devpath, "w");
                _devhelpwriter = new Devhelp.MarkupWriter (devfile);
 
-               _devhelpwriter.start_book (pkg_name+" Reference Manual", "vala", "index.htm", "", "", "");
+               _devhelpwriter.start_book (pkg_name+" Reference Manual", "vala", "index.htm", pkg_name, "", "");
 
 
                GLib.FileStream file = GLib.FileStream.open (filepath, "w");