Module Comments
Provides classes representing C and C++ comments.
Import path
import semmle.code.cpp.Comments
Imports
Classes
CStyleComment |
A C style comment (one which starts with |
Comment |
A C/C++ comment. For example the comment in the following code: |
CppStyleComment |
A CPP style comment. For example the comment in the following code: |