diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-11-09 01:04:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-11-09 01:04:05 +0000 |
commit | da076cc71930f9bbda83e6a7df728f8514571fac (patch) | |
tree | f29806a343f1b6dff698f3de28fa5206e83ec084 /sys/qcam | |
parent | d9df625a1ce5f06120ce698ee27742b70dfbf41b (diff) | |
download | gst-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 'sys/qcam')
-rw-r--r-- | sys/qcam/dark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/qcam/dark.c b/sys/qcam/dark.c index 416d37bc..ac462b36 100644 --- a/sys/qcam/dark.c +++ b/sys/qcam/dark.c @@ -24,7 +24,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ -/** Fixdark +/* Fixdark Routine to repair dark current artifacts in qcam output. Basic idea: the Qcam CCD suffers from "dark current"; that is, some of the CCD pixels will leak current under @@ -120,7 +120,7 @@ read_darkmask() */ -/** fixdark +/* fixdark We first record a list of bad leaky pixels, by making a number of exposures in the dark. master_darkmask holds this information. It's a map of the CCD. |