From ac634d9677adfa33b5c43a9f29cbcf9dbf713ad4 Mon Sep 17 00:00:00 2001 From: bruceperens Date: Fri, 21 Mar 2014 06:30:42 +0000 Subject: [PATCH] Doxygen fix. git-svn-id: https://svn.code.sf.net/p/freetel/code@1466 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-server/source/drivers.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/freedv-server/source/drivers.h b/freedv-server/source/drivers.h index f85256ea..d18c7cfb 100644 --- a/freedv-server/source/drivers.h +++ b/freedv-server/source/drivers.h @@ -682,10 +682,10 @@ operator << (std::ostream & stream, const Interfaces & interfaces) { } /// Functions for opening device drivers. -/// Most of the functions in the Driver and Enumerator namespaces are -/// registered with the driver manager at run-time. Only embedded programs -/// that do not use big_main.cpp and driver_manager.cpp will need to reference -/// them. +/// Most of the functions in the Driver namespace are registered with the +/// driver manager at run-time. Only embedded programs that do not use +/// big_main.cpp and driver_manager.cpp will need to reference them. +/// namespace Driver { /// The "tone" audio input driver, which plays a combination of multiple sine /// waves at user-selected frequencies and amplitudes, for testing. -- 2.25.1