Skip to content

Commit 99523e1

Browse files
authored
fix #14153: Table of .cfg files is broken in manual.pdf (danmar#7851)
Tables apparently need an empty line above. Also added some missing pipes for consistency.
1 parent f916df0 commit 99523e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

man/manual.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,7 @@ Cppcheck already contains configurations for several libraries. They can be load
11021102
## Using a .cfg file
11031103

11041104
To use a .cfg file shipped with cppcheck, pass the `--library=<lib>` option. The table below shows the currently existing libraries:
1105+
11051106
| .cfg file | Library | Comment |
11061107
| ----------------- | ------------- | ------------- |
11071108
| avr.cfg | | |
@@ -1111,7 +1112,7 @@ To use a .cfg file shipped with cppcheck, pass the `--library=<lib>` option. The
11111112
| cairo.cfg | [cairo](https://www.cairographics.org/) | |
11121113
| cppcheck-lib.cfg | [Cppcheck](http://cppcheck.net/) | Used in selfcheck of |
11131114
| | |the Cppcheck code base |
1114-
| cppunit.cfg | [CppUnit](https://sourceforge.net/projects/cppunit/) |
1115+
| cppunit.cfg | [CppUnit](https://sourceforge.net/projects/cppunit/) | |
11151116
| dpdk.cfg | | |
11161117
| embedded_sql.cfg | | |
11171118
| emscripten.cfg | | |
@@ -1144,7 +1145,7 @@ To use a .cfg file shipped with cppcheck, pass the `--library=<lib>` option. The
11441145
| sdl.cfg | | |
11451146
| sfml.cfg | | |
11461147
| sqlite3.cfg | [SQLite](https://www.sqlite.org/) | |
1147-
| std.cfg | C/C++ standard library | Loaded by default
1148+
| std.cfg | C/C++ standard library | Loaded by default |
11481149
| tinyxml2.cfg | [TinyXML-2](https://github.com/leethomason/tinyxml2) | |
11491150
| vcl.cfg | | |
11501151
| windows.cfg | [Win32 API](https://learn.microsoft.com/en-us/windows/win32/) | |

0 commit comments

Comments
 (0)