docs/: disabed additional index entries again, as this makes docs-gen just slow and...
authorStefan Kost <ensonic@users.sourceforge.net>
Fri, 26 Aug 2005 12:48:29 +0000 (12:48 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Fri, 26 Aug 2005 12:48:29 +0000 (12:48 +0000)
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

ChangeLog
docs/gst/gstreamer-docs.sgml
docs/libs/gstreamer-libs-docs.sgml
docs/libs/gstreamer-libs-sections.txt

index eb708d5..c6df6c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 172c978..5043704 100644 (file)
   <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>
index 5089335..73ca1ac 100644 (file)
   <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>
index ce2deed..8e294f1 100644 (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>