jessevdk / cldoc

clang based documentation generator for C and C++
GNU General Public License v2.0
553 stars 59 forks source link

Choose a different lib #60

Closed gnzlbg closed 6 years ago

gnzlbg commented 10 years ago

I would like to use a more current version of clang that the one provided in my system. How can I select which one to use?

RedX2501 commented 10 years ago

Just use the appropriate libclang. Make sure it's the first to be found in the path. But if the cindex used does not match your libclang version you won't profit from the new features.