summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/vector_docstub.h
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/other/vector_docstub.h')
-rw-r--r--docs/doxygen/other/vector_docstub.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/doxygen/other/vector_docstub.h b/docs/doxygen/other/vector_docstub.h
new file mode 100644
index 000000000..062e08d30
--- /dev/null
+++ b/docs/doxygen/other/vector_docstub.h
@@ -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