From 14bf80bba5875f516254eadcd416bbb622aea522 Mon Sep 17 00:00:00 2001 From: bruceperens Date: Fri, 21 Mar 2014 06:39:04 +0000 Subject: [PATCH] More Doxygen fixes. git-svn-id: https://svn.code.sf.net/p/freetel/code@1467 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-server/source/platform/linux/alsa.cpp | 4 ++-- freedv-server/source/platform/linux/audio_in_alsa.cpp | 4 ++-- freedv-server/source/platform/linux/audio_out_alsa.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/freedv-server/source/platform/linux/alsa.cpp b/freedv-server/source/platform/linux/alsa.cpp index 6d0a0683..d9415301 100644 --- a/freedv-server/source/platform/linux/alsa.cpp +++ b/freedv-server/source/platform/linux/alsa.cpp @@ -1,8 +1,8 @@ /// \file platform/linux/alsa.cpp /// Functions to support the ALSA audio input and output device drivers on /// Linux. -/// There is at least one other operating systems that supports an ALSA-like -/// interfaces, Nucleus, but at this writing (early 2014) this driver is +/// There is at least one other operating system that supports an ALSA-like +/// interface, Nucleus, but at this writing (early 2014) this driver is /// untested on that system. /// /// \copyright Copyright (C) 2013-2014 Algoram. See the LICENSE file. diff --git a/freedv-server/source/platform/linux/audio_in_alsa.cpp b/freedv-server/source/platform/linux/audio_in_alsa.cpp index 7760efc3..28c34c2d 100644 --- a/freedv-server/source/platform/linux/audio_in_alsa.cpp +++ b/freedv-server/source/platform/linux/audio_in_alsa.cpp @@ -1,7 +1,7 @@ /// \file platform/linux/audio_in_alsa.cpp /// ALSA audio input device driver, for use on Linux. -/// There is at least one other operating systems that supports an ALSA-like -/// interfaces, Nucleus, but at this writing (early 2014) this driver is +/// There is at least one other operating system that supports an ALSA-like +/// interface, Nucleus, but at this writing (early 2014) this driver is /// untested on that system. /// /// \copyright Copyright (C) 2013-2014 Algoram. See the LICENSE file. diff --git a/freedv-server/source/platform/linux/audio_out_alsa.cpp b/freedv-server/source/platform/linux/audio_out_alsa.cpp index 4369ef4e..e6b1ec46 100644 --- a/freedv-server/source/platform/linux/audio_out_alsa.cpp +++ b/freedv-server/source/platform/linux/audio_out_alsa.cpp @@ -1,7 +1,7 @@ /// \file platform/linux/audio_out_alsa.cpp /// ALSA audio output device driver, for use on Linux. /// There is at least one other operating system that supports an ALSA-like -/// interfaces, Nucleus, but at this writing (early 2014) this driver is +/// interface, Nucleus, but at this writing (early 2014) this driver is /// untested on that system. /// /// \copyright Copyright (C) 2013-2014 Algoram. See the LICENSE file. -- 2.25.1