libgit2 / docurium

Doxygen replacement for the libgit2 project
http://libgit2.github.com/libgit2
MIT License
158 stars 25 forks source link

Use the locally installed clang, and make it work on macOS #46

Closed tiennou closed 5 years ago

tiennou commented 5 years ago

This adds a fallback for the $PATH-installed clang executable, which sidesteps llvm-config not being provided on macOS. This also relaxes the regex, as the required SDK headers on macOS have strange paths.