From 05bc5bd2466f42a18fe467ee611f0a2e42bade39 Mon Sep 17 00:00:00 2001 From: austriancoder Date: Mon, 13 Sep 2004 16:23:16 +0000 Subject: added and converted comments into a doxygen friendly format --- dxr3outputthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3outputthread.c') diff --git a/dxr3outputthread.c b/dxr3outputthread.c index d4a4a8e..7859c93 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -19,7 +19,7 @@ const int AUDIO_OFFSET = 4500; // ================================== // ================================== -// constr. +//! constructor cDxr3OutputThread::cDxr3OutputThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cThread(), m_dxr3Device(dxr3Device), m_buffer(buffer), m_bStopThread(false), m_bNeedResync(false) { -- cgit v1.2.3