summaryrefslogtreecommitdiffstats
path: root/src/qdoc/xmlgenerator.h
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-12-17 06:44:19 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-12-17 09:08:20 +0100
commited6658c2c82e2d91f34d57e88b61648fb301baf4 (patch)
treebf1c298dd4b59acb55f3f3921c6b9edac407192c /src/qdoc/xmlgenerator.h
parent9f13c865439c024364f999680ceceb296d9daeb2 (diff)
clang-format QDoc
This patch is the result of formatting all of QDoc's source with clang-format. The clang-format style is from the qt5 super repo's _clang-format definition. The purpose is unify the style across the code, to avoid spending too much time on style related issues in reviews and cleanup patches. Future changes to QDoc can benefit from using git-clang-format in combination with the git commit hook provided in qtrepotools.git as mentioned in this email to the dev list: https://lists.qt-project.org/pipermail/development/2019-October/037682.html Change-Id: I8af6a051c8334b5f35862a4dcd3becce8ac500c2 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/qdoc/xmlgenerator.h')
-rw-r--r--src/qdoc/xmlgenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/xmlgenerator.h b/src/qdoc/xmlgenerator.h
index 4bf1ca938..41744ff21 100644
--- a/src/qdoc/xmlgenerator.h
+++ b/src/qdoc/xmlgenerator.h
@@ -59,7 +59,7 @@ protected:
QString refForNode(const Node *node);
QString linkForNode(const Node *node, const Node *relative);
QString getLink(const Atom *atom, const Node *relative, const Node **node);
- QString getAutoLink(const Atom *atom, const Node *relative, const Node** node);
+ QString getAutoLink(const Atom *atom, const Node *relative, const Node **node);
const QPair<QString, QString> anchorForNode(const Node *node);
@@ -68,4 +68,4 @@ protected:
QT_END_NAMESPACE
-#endif //XMLGENERATOR_H
+#endif // XMLGENERATOR_H