• Martin Smith's avatar
    qdoc: Hide clang errors for \fn commands in prepare phase · af023844
    Martin Smith authored
    
    When clang parsing errors were detected in the prepare phase, they were
    being printed without the preceding qdoc warning that shows where they
    occur in the source file. The qdoc warning was not printed because qdoc
    was running in the prepare phase, but the clang errors were printed, and
    that was wrong. This update ensures that the clang parsing errors are only
    printed in the generate phase (or in singleexec mode).
    
    Change-Id: I011fa06626a5e9930fde329113d2bbac8830473b
    Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
    af023844