moved docs to sgml files added first batch of docs provided by ronald
[platform/upstream/gstreamer.git] / gst / gst.h
index a38e983..bbe8344 100644 (file)
--- a/gst/gst.h
+++ b/gst/gst.h
 
 G_BEGIN_DECLS
 
-/* make our own type for poptOption because gtkdoc (1.2) can not handle functions with
- * return types like 'struct abc'
+/* make our own type for poptOption because gtkdoc-1.2 can not handle functions
+ * with return types like 'struct abc'
  * Filed as http://bugzilla.gnome.org/show_bug.cgi?id=148507
+ *
+ * Btw. popt provides a typedef, but it is:
+ * typedef struct poptOption *poptOption
  */
 typedef struct poptOption GstPoptOption;