Updating all of the QA code that I can actually test to work with the new XML output...
[debian/gnuradio] / gr-usrp2 / src / usrp2_source_16sc.h
index fa277f733f32de2228e09a2374bd6b9df1d5c463..d5a86be735c3c0ad5be3b79e99c431d1be875bd4 100644 (file)
@@ -20,8 +20,8 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#ifndef INCLUDED_USRP2_SOURCE_C_H
-#define INCLUDED_USRP2_SOURCE_C_H
+#ifndef INCLUDED_USRP2_SOURCE_16SC_H
+#define INCLUDED_USRP2_SOURCE_16SC_H
 
 #include <usrp2_source_base.h>
 
@@ -33,8 +33,12 @@ usrp2_make_source_16sc(const std::string &ifc="eth0",
                       const std::string &mac="")
   throw (std::runtime_error);
 
-class usrp2_source_16sc : public usrp2_source_base {
-
+/*!
+ * \ingroup source_blk
+ * \ingroup usrp2
+ */
+class usrp2_source_16sc : public usrp2_source_base
+{
 private:
   friend usrp2_source_16sc_sptr
   usrp2_make_source_16sc(const std::string &ifc,