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]

Re: [Patch] Add/modify regex comments


On 14/03/14 14:55 -0400, Tim Shen wrote:
Fix some inaccurate comments, especially the asymptotic complexity
mark: o() => \Omega().

If all the tests pass this is OK for trunk, thanks.

N.B. the patch is fine but I don't think we usually say

  @brief Class FooBar. Does some Foo and some Bar.

just

  @brief Does some Foo and some Bar.

Because Doxygen always outputs the class details anyway.


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