From 47274a1abea7d28c86bc4819f11ba441c0c5fb37 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 24 Dec 2003 14:39:46 +0000 Subject: [PATCH] fix non-gtk-doc comment blocks Original commit message from CVS: fix non-gtk-doc comment blocks --- ChangeLog | 7 +++++++ gst/gstplugin.c | 6 +++--- gst/gstversion.h.in | 4 ++-- gst/parse/grammar.y | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15dc05a..2adecc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-12-24 Thomas Vander Stichele + * 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 + * gst/gst.c: whitespace and doc style fixes 2003-12-24 Thomas Vander Stichele diff --git a/gst/gstplugin.c b/gst/gstplugin.c index 2d6d100..6bd6663 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -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 */ diff --git a/gst/gstversion.h.in b/gst/gstversion.h.in index c7af0dc..a708cca 100644 --- a/gst/gstversion.h.in +++ b/gst/gstversion.h.in @@ -24,10 +24,10 @@ #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@) diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index 023c72c..bf741c1 100644 --- a/gst/parse/grammar.y +++ b/gst/parse/grammar.y @@ -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 -- 2.7.4