atilaneves / libclang

libclang binding / wrapper for D
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Add documentation header #25

Closed aminya closed 3 years ago

aminya commented 3 years ago

This header makes it possible to implement https://github.com/atilaneves/dpp/issues/140

The changes from the original header:

I added the wrappers based on the rust-bindgen code. I converted the iterators to D ranges.