diff options
author | Kai Köhne <kai.koehne@qt.io> | 2022-08-22 13:20:15 +0200 |
---|---|---|
committer | Kai Köhne <kai.koehne@qt.io> | 2022-08-31 12:59:25 +0200 |
commit | 047aff2add055bd5370fecfa98c371b5197beeed (patch) | |
tree | 8ab00546056e228801264f1a088cb900635491bb /src/qdoc/cppcodemarker.cpp | |
parent | e5fa1b1959509a9f8a4096e6c825379c0a12cc66 (diff) | |
download | qttools-047aff2add055bd5370fecfa98c371b5197beeed.tar.gz |
qtattributionsscanner: Allow */ to appear in license texts
License text files might contain */ (end of C style comment) , for
example when explaining how to attribute a license in a file. So far,
this broke the qdoc output, because qdoc also looks for */ as end of
documentation marker.
Work around this by masking the star through a qdoc \badcode argument,
so that
*/
becomes
\badcode *
\1/
\endcode
Pick-to: 6.4
Change-Id: I77310ed272177eaa69e354c0d7bce380ee933e56
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Diffstat (limited to 'src/qdoc/cppcodemarker.cpp')
0 files changed, 0 insertions, 0 deletions