Skip to content

Commit c8595d1

Browse files
authored
Merge pull request github#2111 from jf205/fix-heading
docs: fix heading levels in c/c++ topic
2 parents bc2d31b + 09cd86c commit c8595d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/language/learn-ql/cpp/introduce-libraries-cpp.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The rest of this topic summarizes available QL classes and corresponding C/C++ c
1515
NOTE: You can find related classes and features using the query console's auto-complete feature. You can also press *F3* to jump to the definition of any element; QL library files are opened in new tabs in the console.
1616

1717
Summary of the library classes
18-
==============================
18+
------------------------------
1919

2020
The most commonly used standard QL library classes are listed below. The listing is broken down by functionality. Each QL library class is annotated with a C/C++ construct it corresponds to.
2121

2222
Declaration classes
23-
-------------------
23+
~~~~~~~~~~~~~~~~~~~
2424

2525
This table lists `Declaration <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/Declaration.qll/type.Declaration$Declaration.html>`__ classes representing C/C++ declarations.
2626

@@ -149,7 +149,7 @@ This table lists `Declaration <https://help.semmle.com/qldoc/cpp/semmle/code/cpp
149149

150150

151151
Statement classes
152-
-----------------
152+
~~~~~~~~~~~~~~~~~
153153

154154
This table lists subclasses of `Stmt <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$Stmt.html>`__ representing C/C++ statements.
155155

@@ -210,7 +210,7 @@ This table lists subclasses of `Stmt <https://help.semmle.com/qldoc/cpp/semmle/c
210210

211211

212212
Expression classes
213-
------------------
213+
~~~~~~~~~~~~~~~~~~
214214

215215
This table lists subclasses of `Expr <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/exprs/Expr.qll/type.Expr$Expr.html>`__ representing C/C++ expressions.
216216

@@ -412,7 +412,7 @@ This table lists subclasses of `Expr <https://help.semmle.com/qldoc/cpp/semmle/c
412412

413413

414414
Type classes
415-
------------
415+
~~~~~~~~~~~~
416416

417417
This table lists subclasses of `Type <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/Type.qll/type.Type$Type.html>`__ representing C/C++ types.
418418

@@ -480,7 +480,7 @@ This table lists subclasses of `Type <https://help.semmle.com/qldoc/cpp/semmle/c
480480

481481

482482
Preprocessor classes
483-
--------------------
483+
~~~~~~~~~~~~~~~~~~~~
484484

485485
This table lists `Preprocessor <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/Preprocessor.qll/module.Preprocessor.html>`__ classes representing C/C++ preprocessing directives.
486486

0 commit comments

Comments
 (0)