summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-06-23 16:01:59 +0000
committerBill Haneman <billh@src.gnome.org>2006-06-23 16:01:59 +0000
commit5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6 (patch)
treef6a2376c317e0ffeca2ca0f29f50e9b4e00695ae /docs
parent410bb17332fd4d4bb46a892ad213ed5ab523b6da (diff)
downloadatk-5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6.tar.gz
Revise atk-docs.sgml to add indices for deprecated and new
symbols, and modify the inline docs so that the parser can find them. Bug #313183.
Diffstat (limited to 'docs')
-rw-r--r--docs/atk-docs.sgml23
-rw-r--r--docs/tmpl/atkobject.sgml1
-rw-r--r--docs/tmpl/atkrelation.sgml2
-rw-r--r--docs/tmpl/atkstate.sgml3
4 files changed, 29 insertions, 0 deletions
diff --git a/docs/atk-docs.sgml b/docs/atk-docs.sgml
index 4b332ec..42aaa51 100644
--- a/docs/atk-docs.sgml
+++ b/docs/atk-docs.sgml
@@ -60,5 +60,28 @@
&atk-AtkUtil;
&atk-AtkValue;
</chapter>
+
+ <index>
+ <title>Index</title>
+ </index>
+ <index role="deprecated">
+ <title>Index of deprecated symbols</title>
+ </index>
+ <index role="ATK 1.3">
+ <title>Index of new symbols in ATK 1.3</title>
+ </index>
+ <index role="ATK 1.4">
+ <title>Index of new symbols in ATK 1.4</title>
+ </index>
+ <index role="ATK 1.6">
+ <title>Index of new symbols in ATK 1.6</title>
+ </index>
+ <index role="ATK 1.9">
+ <title>Index of new symbols in ATK 1.9</title>
+ </index>
+ <index role="ATK 1.12">
+ <title>Index of new symbols in ATK 1.12</title>
+ </index>
+
</book>
diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml
index 3133191..7f1f552 100644
--- a/docs/tmpl/atkobject.sgml
+++ b/docs/tmpl/atkobject.sgml
@@ -262,6 +262,7 @@ the object changed.
@ATK_ROLE_PAGE:
@ATK_ROLE_SECTION:
@ATK_ROLE_REDUNDANT_OBJECT:
+@ATK_ROLE_FORM:
@ATK_ROLE_LAST_DEFINED:
<!-- ##### FUNCTION atk_role_register ##### -->
diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml
index 8b3faeb..6015d3b 100644
--- a/docs/tmpl/atkrelation.sgml
+++ b/docs/tmpl/atkrelation.sgml
@@ -58,6 +58,8 @@ The AtkRelation structure should not be accessed directly.
@ATK_RELATION_EMBEDDED_BY:
@ATK_RELATION_POPUP_FOR:
@ATK_RELATION_PARENT_WINDOW_OF:
+@ATK_RELATION_DESCRIBED_BY:
+@ATK_RELATION_DESCRIPTION_FOR:
@ATK_RELATION_LAST_DEFINED:
<!-- ##### FUNCTION atk_relation_type_register ##### -->
diff --git a/docs/tmpl/atkstate.sgml b/docs/tmpl/atkstate.sgml
index b48b2d2..82dd62f 100644
--- a/docs/tmpl/atkstate.sgml
+++ b/docs/tmpl/atkstate.sgml
@@ -59,6 +59,9 @@ an component is described by its AtkStateSet, which is a set of AtkStates.
@ATK_STATE_INVALID_ENTRY:
@ATK_STATE_SUPPORTS_AUTOCOMPLETION:
@ATK_STATE_SELECTABLE_TEXT:
+@ATK_STATE_DEFAULT:
+@ATK_STATE_ANIMATED:
+@ATK_STATE_VISITED:
@ATK_STATE_LAST_DEFINED:
<!-- ##### TYPEDEF AtkState ##### -->