Skip to content

Commit c29d0b7

Browse files
committed
C++: Add top of file doc comment.
1 parent 8b2888c commit c29d0b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cpp/ql/lib/semmle/code/cpp/headers/PreprocBlock.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* This library offers a view of preprocessor branches (`#if`, `#ifdef`,
3+
* `#ifndef`, `#elif` and `#else`) as blocks of code between the opening and
4+
* closing directives, with navigable parent-child relationships to other
5+
* blocks. The main class is `PreprocessorBlock`.
6+
*/
7+
18
import cpp
29

310
/**

0 commit comments

Comments
 (0)