llcppg design

This commit is contained in:
xushiwei
2024-07-25 17:23:34 +08:00
parent e060208417
commit 4297320886
2 changed files with 31 additions and 6 deletions

View File

@@ -17,10 +17,11 @@ If `config-file` is not specified, a `llcppg.cfg` file is used in current direct
"INIReader.h",
"AnotherHeaderFile.h"
],
"libs": "$(pkg-config --libs inireader)"
"libs": "$(pkg-config --libs inireader)",
"trimPrefixes": ["Ini", "INI"]
}
```
## Design
See [Design of llcppg](design.md).
See [llcppg Design](design.md).