[webkit-reviews] review requested: [Bug 27461] Add checks for namespace indentation to cpplint : [Attachment 33111] Add checks for namespace indentation to cpplint (try 3)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 15:12:01 PDT 2009
Jakob Petsovits <jpetso at gmx.at> has asked for review:
Bug 27461: Add checks for namespace indentation to cpplint
https://bugs.webkit.org/show_bug.cgi?id=27461
Attachment 33111: Add checks for namespace indentation to cpplint (try 3)
https://bugs.webkit.org/attachment.cgi?id=33111&action=review
------- Additional Comments from Jakob Petsovits <jpetso at gmx.at>
One more try, this time updating the method apidox (had a copy-n-paste error in
it) and being nice to preprocessor instructions.
Other parts like "using namespace Foo;" might also get exceptions, but then
those are standard C++ code and should probably be treated like all other C++
code as well. So not building any special cases for those into the code.
More information about the webkit-reviews
mailing list