This is the mail archive of the gcc-patches@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] |
This patch fixes an incorrect invocation of the @headername Doxygen macro. Namely, multiple values must be separated by commas, not "or". The effect can be observed at http://gcc.gnu.org/onlinedocs/gcc-4.7.2/libstdc++/api/a01484.html: "This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <map or="" set>="">." Submitting as trivial, and will backport to google/gcc-4_7. Google ref b/7621728. Ollie 2012-11-27 Ollie Wild <aaw@google.com> * include/bits/stl_tree.h (@headername): Fix incorrect Doxygen macro invocation.
Attachment:
patch.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |