ports/converters/sqlite2mdoc/pkg/DESCR

5 lines
222 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
This utility accepts an SQLite3 header file sqlite3.h and produces a
set of decently well-formed mdoc(7) files documenting the C API.
These will be roughly equivalent to the C-language Interface
Specification for SQLite3.