File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1102,6 +1102,7 @@ Cppcheck already contains configurations for several libraries. They can be load
11021102## Using a .cfg file
11031103
11041104To 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/ ) | |
You can’t perform that action at this time.
0 commit comments