[cfe-dev] Doxygen 1.8.4 uses libclang to improve parsing

Dimitri van Heesch dimitri at stack.nl
Mon May 20 10:19:45 PDT 2013


Hi All,

I'm pleased to announce that as of version 1.8.4 doxygen can optionally use libclang to 
provide a more accurate source browsing experience, and better syntax highlighting, 
cross referencing, and call graphs.

To enable this feature use
./configure --with-libclang

and then set CLANG_ASSISTED_PARSING to YES in doxygen's configuration file.
Additional compiler options can be passed via CLANG_OPTIONS.

You can download doxygen from: http://www.doxygen.org/download.html
or get the code directly from GitHub: https://github.com/doxygen/doxygen

Feedback is welcomed.

Regards,
  Dimitri



More information about the cfe-dev mailing list