From: alan Date: Sun, 18 Apr 2010 15:02:45 +0000 (+0800) Subject: docs/index.html X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=8a226c4638453d93861c0d9ba06a1425ab4aff8c docs/index.html --- diff --git a/docs/index.html b/docs/index.html index ff65f6d..b3b24e7 100755 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@

GObject Libraries

{! - if (!thisClass.objects.length) { continue; } + if (!thisClass.objects) { continue; } !}

{+ (new Link().toSymbol(thisClass.name)) +}

@@ -32,7 +32,7 @@

Non - GObject Libraries

{! - if (thisClass.objects.length) { continue; } + if (thisClass.objects) { continue; } !}

{+ (new Link().toSymbol(thisClass.name)) +}