aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppdoxygen_test.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-09-17 10:28:19 +0200
committerEike Ziller <eike.ziller@qt.io>2020-09-17 10:28:19 +0200
commit5ad724c61bc78cad19b265b177635c1e48bcbbaf (patch)
tree53d7e9467d0b62396535224b9d89866ae4509d23 /src/plugins/cppeditor/cppdoxygen_test.cpp
parent0d185a0ad3f3efc2690356c7567d8351827deb88 (diff)
parent364288b79cfb27f4bea9a7a41b785660fb8d0dde (diff)
Merge remote-tracking branch 'origin/4.13' into master
Conflicts: src/plugins/qmakeprojectmanager/qmakeproject.cpp Change-Id: Ieb1c3e946f11d3c4fa1ee6b5afdf83cc532d8aed
Diffstat (limited to 'src/plugins/cppeditor/cppdoxygen_test.cpp')
-rw-r--r--src/plugins/cppeditor/cppdoxygen_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppdoxygen_test.cpp b/src/plugins/cppeditor/cppdoxygen_test.cpp
index 59aad20d07..9fc6f1575c 100644
--- a/src/plugins/cppeditor/cppdoxygen_test.cpp
+++ b/src/plugins/cppeditor/cppdoxygen_test.cpp
@@ -204,11 +204,11 @@ void DoxygenTest::testBasic_data()
QTest::newRow("cpp_styleA_indented_preserve_mixed_indention_continuation") << _(
"\t bool preventFolding;\n"
- "\t /// \brief a|\n"
+ "\t /// \\brief a|\n"
"\t int a;\n"
) << _(
"\t bool preventFolding;\n"
- "\t /// \brief a\n"
+ "\t /// \\brief a\n"
"\t /// \n"
"\t int a;\n"
);