qdoc: Allow empty character literal ''
authorMartin Smith <martin.smith@digia.com>
Wed, 10 Oct 2012 13:15:21 +0000 (15:15 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 13 Oct 2012 03:51:19 +0000 (05:51 +0200)
commit8473b6d05c50046b41f553fbfc1f6d2236d3607f
tree4119a8eedf2c387d9b5ed295f5dc1a48ca97e5a9
parent264eeb68b2183b2808d255fc37206d3cac7dc91c
qdoc: Allow empty character literal ''

qdoc's tokenizer was reporting an error for the
empty character literal ''. Now it allows it.
Apparently it makes sense in .js files.

Task number: QTBUG-25775

Change-Id: If407427fad9b65a035c2c4785d53c9e3d5202e62
Reviewed-by: Martin Smith <martin.smith@digia.com>
src/tools/qdoc/tokenizer.cpp