diff options
Diffstat (limited to 'clang-tools-extra/test/clang-doc/test_cases/comment.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-doc/test_cases/comment.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/clang-tools-extra/test/clang-doc/test_cases/comment.cpp b/clang-tools-extra/test/clang-doc/test_cases/comment.cpp deleted file mode 100644 index 9a4ae1b0314..00000000000 --- a/clang-tools-extra/test/clang-doc/test_cases/comment.cpp +++ /dev/null @@ -1,28 +0,0 @@ -// THIS IS A GENERATED TEST. DO NOT EDIT. -// To regenerate, see clang-doc/gen_test.py docstring. -// -// RUN: rm -rf %t -// RUN: mkdir %t -// RUN: echo "" > %t/compile_flags.txt -// RUN: cp "%s" "%t/test.cpp" - -/// \brief Brief description. -/// -/// Extended description that -/// continues onto the next line. -/// -/// <ul class="test"> -/// <li> Testing. -/// </ul> -/// -/// \verbatim -/// The description continues. -/// \endverbatim -/// -- -/// \param [out] I is a parameter. -/// \param J is a parameter. -/// \return void -void F(int I, int J); - -/// Bonus comment on definition -void F(int I, int J) {} |

