diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-03 20:05:16 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-03 20:05:16 (GMT) |
commit | 5ee75c4a483405180788b5a4986dce2cf9360d86 (patch) | |
tree | 7e717ff0167ef9332a37e224ff6b91019db29cda /tools/qdoc3/node.cpp | |
parent | 74ad5ce57adedc91717ffd67e3e65b8f76d12052 (diff) | |
download | Qt-5ee75c4a483405180788b5a4986dce2cf9360d86.zip Qt-5ee75c4a483405180788b5a4986dce2cf9360d86.tar.gz Qt-5ee75c4a483405180788b5a4986dce2cf9360d86.tar.bz2 |
Added a configuration variable for the QML documentation file prefix.
This required a certain amount of refactoring to make the new
variable visible to the relevant parts of the code. I also moved
the fullDocumentLocation() function into the HtmlGenerator class,
where it belongs.
Task-number: QTBUG-17071
Diffstat (limited to 'tools/qdoc3/node.cpp')
-rw-r--r-- | tools/qdoc3/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp index a36d440..7195322 100644 --- a/tools/qdoc3/node.cpp +++ b/tools/qdoc3/node.cpp @@ -1693,7 +1693,7 @@ static QString valueType(const QString& n) read-only. The algorithm for figuring this out is long amd tedious and almost certainly will break. It currently doesn't work for qmlproperty bool PropertyChanges::explicit, - because the tokenized gets confused on "explicit" . + because the tokenizer gets confused on "explicit". */ bool QmlPropertyNode::isWritable(const Tree* tree) const { |