On Wed, Aug 4, 2010 at 1:29 AM, Nikolas Zimmermann <zimmermann@physik.rwth-aachen.de> wrote:

namespace WebCore {
...
} // namespace WebCore

2. ENABLE(FOO) #endif comments

#if ENABLE(FOO)
..
#endif // ENABLE(FOO)


I like these two forms of comments.

-Sam