From 748703eec64a772c75b899882c37f37d9fd5d118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludvig=20Gunne=20Lindstr=C3=B6m?= Date: Wed, 24 Sep 2025 16:18:40 +0200 Subject: [PATCH] fix #14153 --- man/manual.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/manual.md b/man/manual.md index 988a26d8349..eb572d3ec84 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1102,6 +1102,7 @@ Cppcheck already contains configurations for several libraries. They can be load ## Using a .cfg file To use a .cfg file shipped with cppcheck, pass the `--library=` option. The table below shows the currently existing libraries: + | .cfg file | Library | Comment | | ----------------- | ------------- | ------------- | | avr.cfg | | | @@ -1111,7 +1112,7 @@ To use a .cfg file shipped with cppcheck, pass the `--library=` option. The | cairo.cfg | [cairo](https://www.cairographics.org/) | | | cppcheck-lib.cfg | [Cppcheck](http://cppcheck.net/) | Used in selfcheck of | | | |the Cppcheck code base | -| cppunit.cfg | [CppUnit](https://sourceforge.net/projects/cppunit/) | +| cppunit.cfg | [CppUnit](https://sourceforge.net/projects/cppunit/) | | | dpdk.cfg | | | | embedded_sql.cfg | | | | emscripten.cfg | | | @@ -1144,7 +1145,7 @@ To use a .cfg file shipped with cppcheck, pass the `--library=` option. The | sdl.cfg | | | | sfml.cfg | | | | sqlite3.cfg | [SQLite](https://www.sqlite.org/) | | -| std.cfg | C/C++ standard library | Loaded by default +| std.cfg | C/C++ standard library | Loaded by default | | tinyxml2.cfg | [TinyXML-2](https://github.com/leethomason/tinyxml2) | | | vcl.cfg | | | | windows.cfg | [Win32 API](https://learn.microsoft.com/en-us/windows/win32/) | |