We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb39346 commit d29eefdCopy full SHA for d29eefd
cpp/ql/src/semmle/code/cpp/Macro.qll
@@ -1,7 +1,10 @@
1
import cpp
2
3
/**
4
- * A macro.
+ * A macro. For example, the macro `MYMACRO` in the following code:
5
+ * ```
6
+ * #define MYMACRO 1
7
8
*/
9
class Macro extends PreprocessorDirective, @ppd_define {
10
0 commit comments