[seed] [docs] Move SeedContext section annotation to doc dir instead of header
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [docs] Move SeedContext section annotation to doc dir instead of header
- Date: Sun, 5 Jul 2009 23:35:12 +0000 (UTC)
commit 4d07b99f9e26454a1f4fc553a8d401013c73fe9d
Author: Tim Horton <hortont svn gnome org>
Date: Sun Jul 5 19:29:43 2009 -0400
[docs] Move SeedContext section annotation to doc dir instead of header
Shortly, I will begin the (for me, anyway) final reorg of the documentation,
based on a bit of sketching on paper. It's going to involve splitting into
quite a few sections, and will end up looking much more like Gtk/Glib once
I'm done. After that, I'm planning on porting the tutorial.
.gitignore | 14 ++------------
doc/reference/tmpl/seed-context.sgml | 10 ++++++++++
libseed/seed-engine.h | 6 ------
3 files changed, 12 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a865f3f..f550d7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,6 +69,8 @@ doc/reference/xml/api-index-full.xml
doc/reference/xml/object_index.sgml
doc/reference/xml/seed-builtins.xml
doc/reference/xml/seed-closure.xml
+doc/reference/xml/seed-exception.xml
+doc/reference/xml/seed-string.xml
doc/reference/xml/seed-debug.xml
doc/reference/xml/seed-doc.bottom
doc/reference/xml/seed-doc.top
@@ -148,13 +150,6 @@ tests/javascript/Makefile.in
doc/reference/html/seed-SeedException.html
doc/reference/html/seed-SeedString.html
doc/reference/html/seed-SeedValue.html
-doc/reference/tmpl/seed-api.sgml
-doc/reference/tmpl/seed-exception.sgml
-doc/reference/tmpl/seed-string.sgml
-doc/reference/tmpl/seed-value.sgml
-doc/reference/xml/seed-api.xml
-doc/reference/xml/seed-exception.xml
-doc/reference/xml/seed-string.xml
doc/reference/xml/seed-value.xml
doc/reference/tmpl/seed.sgml.sgml
libseed/libseed_la-seed-api.gcno
@@ -184,11 +179,6 @@ doc/modules/readline/readline-funcs.xml
doc/modules/sandbox/sandbox-funcs.xml
doc/modules/sqlite/sqlite-funcs.xml
doc/reference/html/
-doc/reference/tmpl/seed-closure.sgml
-doc/reference/tmpl/seed-context.sgml
-doc/reference/tmpl/seed-main.sgml
-doc/reference/tmpl/seed-main.sgml.sgml
-doc/reference/tmpl/seed-object.sgml
doc/reference/xml/seed-context.xml
doc/reference/xml/seed-main.xml
doc/reference/xml/seed-object.xml
diff --git a/doc/reference/tmpl/seed-context.sgml b/doc/reference/tmpl/seed-context.sgml
new file mode 100644
index 0000000..6b91573
--- /dev/null
+++ b/doc/reference/tmpl/seed-context.sgml
@@ -0,0 +1,10 @@
+<!-- ##### SECTION Title ##### -->
+Working with Contexts
+
+<!-- ##### SECTION Short_Description ##### -->
+Self-contained JavaScript execution environments
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+Long description
+</para>
diff --git a/libseed/seed-engine.h b/libseed/seed-engine.h
index fd82853..75dd87d 100644
--- a/libseed/seed-engine.h
+++ b/libseed/seed-engine.h
@@ -19,12 +19,6 @@
* Copyright (C) Robert Carr 2008 <carrr rpi edu>
*/
-/**
- * SECTION:seed-context
- * @short_description: Construction and manipulation of JavaScript contexts
- *
- */
-
#ifndef _SEED_ENGINE_H
#define _SEED_ENGINE_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]