[introspection-doc-generator] Fix generation of docs
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [introspection-doc-generator] Fix generation of docs
- Date: Mon, 29 Mar 2010 14:47:28 +0000 (UTC)
commit a30d9d60158761f4187d966bb9b6da80c934ce31
Author: Alan Knowles <alan akkbhome com>
Date: Mon Mar 29 22:46:58 2010 +0800
Fix generation of docs
Refactored code not quite tested
docs.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs.js b/docs.js
index 2361042..10f1f11 100644
--- a/docs.js
+++ b/docs.js
@@ -71,7 +71,7 @@ ns_list.map(function(ns_name)
};
for (var i in actions) {
- ns.objects.map( function(n) {
+ ns[i].map( function(n) {
Gio.simple_write(outputdir + '/'+ ns_name + '.' + n + '.html',
cls_template.process(
Object.extend(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]