summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppdoxygen_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cppdoxygen_test.cpp')
-rw-r--r--src/plugins/cppeditor/cppdoxygen_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/cppeditor/cppdoxygen_test.cpp b/src/plugins/cppeditor/cppdoxygen_test.cpp
index 56a75178ff..ab8a947940 100644
--- a/src/plugins/cppeditor/cppdoxygen_test.cpp
+++ b/src/plugins/cppeditor/cppdoxygen_test.cpp
@@ -170,7 +170,7 @@ void CppEditorPlugin::test_doxygen_comments_data()
"bool preventFolding;\n"
"/*!\n"
" * \\brief a\n"
- " *\n"
+ " * \n"
" */\n"
"int a;\n"
);
@@ -197,7 +197,7 @@ void CppEditorPlugin::test_doxygen_comments_data()
"bool preventFolding;\n"
"/**\n"
" * @brief a\n"
- " *\n"
+ " * \n"
" */\n"
"int a;\n"
);
@@ -236,7 +236,7 @@ void CppEditorPlugin::test_doxygen_comments_data()
"bool preventFolding;\n"
"///\n"
"/// \\brief a\n"
- "///\n"
+ "/// \n"
"///\n"
"int a;\n"
);
@@ -265,7 +265,7 @@ void CppEditorPlugin::test_doxygen_comments_data()
" bool preventFolding;\n"
" ///\n"
" /// \\brief a\n"
- " ///\n"
+ " /// \n"
" ///\n"
" int a;\n"
);