Skip to content

Commit f9cd05d

Browse files
committed
modified: comments-in-macros.cpp
1 parent 9e9fdf6 commit f9cd05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/test/clang-doc/comments-in-macros.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// RUN: FileCheck %s < %t/GlobalNamespace/MyClass.html --check-prefix=HTML-MYCLASS
1111

1212
#define DECLARE_METHODS \
13-
/** \
14-
* @brief Declare a method to calculate the sum of two numbers\
13+
/**
14+
* @brief Declare a method to calculate the sum of two numbers
1515
*/ \
1616
int Add(int a, int b) { \
1717
return a + b; \

0 commit comments

Comments
 (0)