[valadoc] doclet/devhelp: Add name="" to <book>



commit 166a93dbeca04622ab0bcaf7cd077926baa049f3
Author: Florian Brosch <flo brosch gmail com>
Date:   Sun Feb 26 20:17:34 2012 +0100

    doclet/devhelp: Add name="" to <book>

 src/doclets/devhelp/doclet.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/doclets/devhelp/doclet.vala b/src/doclets/devhelp/doclet.vala
index 2fa91f8..ef4bb66 100755
--- a/src/doclets/devhelp/doclet.vala
+++ b/src/doclets/devhelp/doclet.vala
@@ -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");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]