phronmophobic / clong

A wrapper for libclang and a generator that can turn c header files into clojure apis.
Eclipse Public License 1.0
98 stars 2 forks source link

Add file and line number to structs/function/enum api definitions. #6

Open phronmophobic opened 4 months ago

phronmophobic commented 4 months ago

When debugging API definitions, it's convenient to have the info needed to find definitions in the corresponding header files. Including file info also would allow filtering definitions by filename.