Returns true if a header comment is present.
If include guard is present the header comment consists of all of the comments before the header guard. Otherwise, the header comment is a comment placed at the very beginning of the file, specifically it cannot have any white-spaces before it.
See Implementation
Returns true if a header comment is present.
If include guard is present the header comment consists of all of the comments before the header guard. Otherwise, the header comment is a comment placed at the very beginning of the file, specifically it cannot have any white-spaces before it.