Commit cceda3d0 authored by Martin Smith's avatar Martin Smith
Browse files

qdoc: This ends use of qdoc's old C++ parser


This change replaces the last uses of qdoc's old, ad hoc
C++ parser. Clang is now used for parsing all C++ code.
\macro, \qmlxxx, and \jsxxx commands are parsed by simple
pattern matching functions using QString::split().

Change-Id: If6f95b0487d1dd3206373bc55ec8e6b8b9c55b1e
Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
parent 771e5010
No related merge requests found
Showing with 326 additions and 669 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment