This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/58729] tr2::dynamic_bitset::resize fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58729

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Also, your doxygen markup is not valid, this does not start a group:

+  //@{
+
+  /**
+   *  @brief Global I/O operators for bitsets.
+   *

That just adds the @brief to the next function, I think you want:

  /**
   *  @defgroup Global I/O operators for bitsets.
   *  @{
   */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]