From f576dedcc99ba7b407ca45a9f5d5a6d919995dc9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 23 Jul 2010 12:39:56 +0800 Subject: [PATCH] templates/seed/index.html --- templates/seed/index.html | 52 --------------------------------------- 1 file changed, 52 deletions(-) delete mode 100755 templates/seed/index.html diff --git a/templates/seed/index.html b/templates/seed/index.html deleted file mode 100755 index 0accbb3..0000000 --- a/templates/seed/index.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - Seed Documentation - - - - - - - -
- - -
- -
-

GObject Libraries

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

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

-
-
-
- -
- -

Non - GObject Libraries

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

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

-
-
-
- -
-
- - - - \ No newline at end of file -- 2.39.2