C++: Add top of file doc comment.

This commit is contained in:
Geoffrey White
2024-01-30 17:28:47 +00:00
parent 8b2888c2de
commit c29d0b78ce

View File

@@ -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
/** /**