You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Declare a method to calculate the sum of two numbers
@@ -25,11 +29,18 @@
25
29
// HTML-MYCLASS: <div>brief</div>
26
30
// HTML-MYCLASS: <p> Declare a method to calculate the sum of two numbers</p>
27
31
32
+
// MUSTACHE-MYCLASS: <pre><code class="language-cpp code-clang-doc">int Add (int a, int b)</code></pre>
33
+
// MUSTACHE-MYCLASS: <div>
34
+
// MUSTACHE-MYCLASS: <div>
35
+
// MUSTACHE-MYCLASS: <p> Declare a method to calculate the sum of two numbers</p>
36
+
// MUSTACHE-MYCLASS: </div>
37
+
28
38
29
39
classMyClass {
30
40
public:
31
-
// MD-MYCLASS-LINE: *Defined at {{.*}}clang-tools-extra{{[\/]}}test{{[\/]}}clang-doc{{[\/]}}comments-in-macros.cpp#[[@LINE+2]]*
32
-
// HTML-MYCLASS-LINE: <p>Defined at line [[@LINE+1]] of file {{.*}}clang-tools-extra{{[\/]}}test{{[\/]}}clang-doc{{[\/]}}comments-in-macros.cpp</p>
41
+
// MD-MYCLASS-LINE: *Defined at {{.*}}clang-tools-extra{{[\/]}}test{{[\/]}}clang-doc{{[\/]}}comments-in-macros.cpp#[[@LINE+3]]*
42
+
// HTML-MYCLASS-LINE: <p>Defined at line [[@LINE+2]] of file {{.*}}clang-tools-extra{{[\/]}}test{{[\/]}}clang-doc{{[\/]}}comments-in-macros.cpp</p>
43
+
// MUSTACHE-MYCLASS-LINE: <p>Defined at line [[@LINE-4]] of file {{.*}}clang-tools-extra{{[\/]}}test{{[\/]}}clang-doc{{[\/]}}comments-in-macros.cpp</p>
0 commit comments