summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-11-09 01:04:05 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-11-09 01:04:05 +0000
commitda076cc71930f9bbda83e6a7df728f8514571fac (patch)
treef29806a343f1b6dff698f3de28fa5206e83ec084 /ext
parentd9df625a1ce5f06120ce698ee27742b70dfbf41b (diff)
downloadgst-plugins-bad-da076cc71930f9bbda83e6a7df728f8514571fac.tar.gz
gst-plugins-bad-da076cc71930f9bbda83e6a7df728f8514571fac.tar.bz2
gst-plugins-bad-da076cc71930f9bbda83e6a7df728f8514571fac.zip
Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where required.
Original commit message from CVS: * ext/tarkin/wavelet.c: * ext/tarkin/wavelet.h: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/vbidec/vbidata.c: * gst/vbidec/vbiscreen.h: * sys/dxr3/ac3_padder.c: * sys/dxr3/dxr3audiosink.c: * sys/dxr3/dxr3spusink.c: * sys/dxr3/dxr3videosink.c: * sys/qcam/dark.c: Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where required.
Diffstat (limited to 'ext')
-rw-r--r--ext/tarkin/wavelet.c2
-rw-r--r--ext/tarkin/wavelet.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tarkin/wavelet.c b/ext/tarkin/wavelet.c
index 77ce9a4c..f6aeedc9 100644
--- a/ext/tarkin/wavelet.c
+++ b/ext/tarkin/wavelet.c
@@ -5,7 +5,7 @@
#include "mem.h"
#include "wavelet.h"
-/**
+/*
* (The transform code is in wavelet_xform.c)
*/
diff --git a/ext/tarkin/wavelet.h b/ext/tarkin/wavelet.h
index d05bb514..6b7a7af4 100644
--- a/ext/tarkin/wavelet.h
+++ b/ext/tarkin/wavelet.h
@@ -23,7 +23,7 @@ extern Wavelet3DBuf* wavelet_3d_buf_new (uint32_t width, uint32_t height,
extern void wavelet_3d_buf_destroy (Wavelet3DBuf* buf);
-/**
+/*
* transform buf->data
* a_moments is the number of vanishing moments of the analyzing
* highpass filter,