fix non-gtk-doc comment blocks
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 24 Dec 2003 14:39:46 +0000 (14:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 24 Dec 2003 14:39:46 +0000 (14:39 +0000)
Original commit message from CVS:
fix non-gtk-doc comment blocks

ChangeLog
gst/gstplugin.c
gst/gstversion.h.in
gst/parse/grammar.y

index 15dc05a..2adecc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * gst/gstplugin.c:
+       * gst/gstversion.h.in:
+       * gst/parse/grammar.y:
+          change comment block from /** to /* when not gtk-doc comments
+
+2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
         * gst/gst.c: whitespace and doc style fixes
 
 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
index 2d6d100..6bd6663 100644 (file)
@@ -205,7 +205,7 @@ gst_plugin_register_func (GstPlugin *plugin, GModule *module, GstPluginDesc *des
   return plugin;
 }
 
-/**
+/*
  * _gst_plugin_fault_handler_restore:
  * segfault handler restorer
  */
@@ -220,7 +220,7 @@ _gst_plugin_fault_handler_restore (void)
   sigaction (SIGSEGV, &action, NULL);
 }
 
-/**
+/*
  * _gst_plugin_fault_handler_sighandler:
  * segfault handler implementation
  */
@@ -247,7 +247,7 @@ _gst_plugin_fault_handler_sighandler (int signum)
   }
 }
 
-/**
+/*
  * _gst_plugin_fault_handler_setup:
  * sets up the segfault handler
  */
index c7af0dc..a708cca 100644 (file)
 #ifndef __GST_VERSION_H__
 #define __GST_VERSION_H__
 
-/**
+/*
  * Use these only when you want to know what GStreamer version your stuff was
  * compiled against.
- * Use the #gst_version function if you want to know which versiuon of 
+ * Use the #gst_version function if you want to know which version of 
  * GStreamer you are currently linked against.
  */
 #define GST_VERSION_MAJOR (@GST_VERSION_MAJOR@)
index 023c72c..bf741c1 100644 (file)
@@ -436,7 +436,7 @@ gst_parse_perform_delayed_link (GstElement *src, const gchar *src_pad,
   }
   return FALSE;
 }
-/**
+/*
  * performs a link and frees the struct. src and sink elements must be given
  * return values   0 - link performed
  *                 1 - link delayed