Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeset
[debian/gnuradio] / docs / doxygen / other / vector_docstub.h
diff --git a/docs/doxygen/other/vector_docstub.h b/docs/doxygen/other/vector_docstub.h
new file mode 100644 (file)
index 0000000..139ce65
--- /dev/null
@@ -0,0 +1,16 @@
+namespace std
+{
+  /*!
+   * \brief vector documentation stub
+   *
+   * \warning
+   * This isn't the real vector template.  It's just enough to get doxygen
+   * to draw pretty collaboration diagrams.
+   */
+  template<class T> class vector
+  {
+  public:
+    T          *p;
+  };
+  
+} // namespace std