Adding typedef for uint64_t and int64_t so we can use them through SWIG.
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_vmcircbuf_createfilemapping.h
index 20aff94b24d2abba00ed3b57cafea05caad7954c..9276ae98bacba4576d7b2a8d4fd0b6edcc950b19 100644 (file)
@@ -6,7 +6,7 @@
  *
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * GNU Radio is distributed in the hope that it will be useful,
@@ -30,6 +30,7 @@
 #endif
 /*!
  * \brief concrete class to implement circular buffers with mmap and shm_open
+ * \ingroup internal
  */
 class gr_vmcircbuf_createfilemapping : public gr_vmcircbuf
 {