docs/: disabed additional index entries again, as this makes docs-gen just slow and they aren't useful yet

Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/libs/gstreamer-libs-docs.sgml:
disabed additional index entries again, as this makes docs-gen just
slow and they aren't useful yet
* docs/libs/gstreamer-libs-sections.txt:
little -section.txt cleanup for libs
This commit is contained in:
Stefan Kost 2005-08-26 12:48:29 +00:00
parent 6c3416a44d
commit d915127028
4 changed files with 32 additions and 2 deletions

View file

@ -1,3 +1,12 @@
2005-08-26 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-docs.sgml:
* docs/libs/gstreamer-libs-docs.sgml:
disabed additional index entries again, as this makes docs-gen just
slow and they aren't useful yet
* docs/libs/gstreamer-libs-sections.txt:
little -section.txt cleanup for libs
2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/base/gstbasesink.c: (gst_base_sink_handle_object):

View file

@ -240,11 +240,15 @@
<index role="deprecated">
<title>Index of deprecated symbols</title>
</index>
<!-- disable, as
- index generation is extremly slow in gtk-doc
- we have not tagged lots of symbols thsi way anyway
<index role="0.8">
<title>Index of new symbols in 0.8</title>
</index>
<index role="0.9">
<title>Index of new symbols in 0.9</title>
</index>
-->
</book>

View file

@ -57,11 +57,15 @@
<index role="deprecated">
<title>Index of deprecated symbols</title>
</index>
<!-- disable, as
- index generation is extremly slow in gtk-doc
- we have not tagged lots of symbols thsi way anyway
<index role="0.8">
<title>Index of new symbols in 0.8</title>
</index>
<index role="0.9">
<title>Index of new symbols in 0.9</title>
</index>
-->
</book>

View file

@ -1,10 +1,14 @@
# GStreamer Libraries API reference sections
# please add section in the alpahbetical order to each library
# using the following template
## please add sections in alphabetical order using the following template
# leave two empty lines between sections
# <SECTION>
# <FILE>gstxxx</FILE>
# <TITLE>GstXxx</TITLE>
# typedefs
# macros
# constructor
# methods
# <SUBSECTION Standard>
# <SUBSECTION Private>
# </SECTION>
@ -94,6 +98,12 @@ swab32
GstDPHeaderFlag
GstDPPayloadType
GST_DP_HEADER_LENGTH
GST_DP_VERSION_MAJOR
GST_DP_VERSION_MINOR
gst_dp_init
gst_dp_header_payload_length
gst_dp_header_payload_type
@ -142,6 +152,9 @@ GST_IS_CONTROLLER_CLASS
GST_CONTROLLER_GET_CLASS
GST_TYPE_CONTROLLER
<SUBSECTION Private>
InterpolateGet
InterpolateGetValueArray
GST_CONTROLLED_PROPERTY
gst_controller_get_type
</SECTION>