OSDN Git Service

2009-02-20 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / tr1_impl / array
index a978115..e4112c7 100644 (file)
@@ -39,7 +39,6 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
   /**
    *  @brief A standard container for storing a fixed size sequence of elements.
    *
-   *  @ingroup containers
    *  @ingroup sequences
    *
    *  Meets the requirements of a <a href="tables.html#65">container</a>, a