1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This comment is for the comments namespace.
7 // This comments the "Functions" block, and should be ignored.
9 // This comment is separated by at least one blank line from the start of
10 // the function, and should be ignored.
13 // There's a blank line at the start of this comment.
15 // Documentation for basicFunction.
16 // BasicFunction() is a great function.
17 // There is a newline after this.
25 // Some other stuff here.
26 // This paragraph starts with whitespace.
27 // Overall, its a great function.
28 // There's also a blank line at the end of this comment.
30 static
void basicFunction
();