mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
C++: Add top of file doc comment.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* This library offers a view of preprocessor branches (`#if`, `#ifdef`,
|
||||||
|
* `#ifndef`, `#elif` and `#else`) as blocks of code between the opening and
|
||||||
|
* closing directives, with navigable parent-child relationships to other
|
||||||
|
* blocks. The main class is `PreprocessorBlock`.
|
||||||
|
*/
|
||||||
|
|
||||||
import cpp
|
import cpp
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user