diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-07-09 00:48:28 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-07-09 00:48:28 +0000 |
commit | b1bf860ef4ff4bec40c263ac63bc1c68a9dc61b1 (patch) | |
tree | a2d5c5bdcb6656b25a44a1327388f2630ef90f46 /docs/pango-docs.sgml | |
parent | da7bd03970653bc9d09446b0d2a49417791c5b18 (diff) | |
download | pango-b1bf860ef4ff4bec40c263ac63bc1c68a9dc61b1.tar.gz |
Bug 345274 – list of new symbols for each version is missing in docs
2006-07-08 Behdad Esfahbod <behdad@gnome.org>
Bug 345274 – list of new symbols for each version is missing in docs
Patch from Priit Laes
* docs/pango-docs.sgml: Generate index of deprecated, and new symbols
per version.
Diffstat (limited to 'docs/pango-docs.sgml')
-rw-r--r-- | docs/pango-docs.sgml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 7dbbc10d..2565c2cd 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -78,4 +78,28 @@ <index/> + <index role="deprecated"> + <title>Index of deprecated symbols</title> + </index> + <index role="1.2"> + <title>Index of new symbols in 1.2</title> + </index> + <index role="1.4"> + <title>Index of new symbols in 1.4</title> + </index> + <index role="1.6"> + <title>Index of new symbols in 1.6</title> + </index> + <index role="1.8"> + <title>Index of new symbols in 1.8</title> + </index> + <index role="1.10"> + <title>Index of new symbols in 1.10</title> + </index> + <index role="1.12"> + <title>Index of new symbols in 1.12</title> + </index> + <index role="1.14"> + <title>Index of new symbols in 1.14</title> + </index> </book> |