Doxygen fix.
authorbruceperens <bruceperens@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 21 Mar 2014 06:30:42 +0000 (06:30 +0000)
committerbruceperens <bruceperens@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 21 Mar 2014 06:30:42 +0000 (06:30 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1466 01035d8c-6547-0410-b346-abe4f91aad63

freedv-server/source/drivers.h

index f85256eaa3879802cb80adc28e6ec768ce646ad2..d18c7cfb46fac1a2def573fb6bd9ef266a4ff9fa 100644 (file)
@@ -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.