doc fixes! work-in-progress
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_sync_interpolator.h
index 46851de2db2f42bb153a7537a719d37e1f9fba13..0363bc55c02968f948299b64b4f66389d604c3ce 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2004 Free Software Foundation, Inc.
+ * Copyright 2004,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -27,7 +27,7 @@
 
 /*!
  * \brief synchronous 1:N input to output with history
- * \ingroup block
+ * \ingroup base_blk
  *
  * Override work to provide the signal processing implementation.
  */
@@ -60,7 +60,7 @@ class gr_sync_interpolator : public gr_sync_block
 
   // derived classes should override work
 
-  int fixed_rate_ninput_to_noutout(int ninput);
+  int fixed_rate_ninput_to_noutput(int ninput);
   int fixed_rate_noutput_to_ninput(int noutput);
 };