Fix Doxygen warnings about missing documentation in some classes.

This commit is contained in:
Ion Gaztañaga
2016-08-29 00:04:58 +02:00
parent 1467c51a4e
commit b6dbb1cb09
12 changed files with 34 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ using vector = boost::container::vector<T, polymorphic_allocator<T>>;
#endif
//! A portable metafunction to obtain a vector
//! that uses a polymorphic allocator
template<class T>
struct vector_of
{