https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/215462
We shouldn't be using a documentation comment here. >From ea769300b9ab51cb4f95b66f8e056fe58373729c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= <[email protected]> Date: Tue, 11 Aug 2026 08:10:55 +0200 Subject: [PATCH] [clang][InstallAPI] Fix doc comment weirdness We shouldn't be using a documentation comment here. --- clang/include/clang/InstallAPI/FileList.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/include/clang/InstallAPI/FileList.h b/clang/include/clang/InstallAPI/FileList.h index 913734b8dc7c8..9d5cf26736441 100644 --- a/clang/include/clang/InstallAPI/FileList.h +++ b/clang/include/clang/InstallAPI/FileList.h @@ -5,9 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -/// -/// The JSON file list parser is used to communicate input to InstallAPI. -/// +// +// The JSON file list parser is used to communicate input to InstallAPI. +// //===----------------------------------------------------------------------===// #ifndef LLVM_CLANG_INSTALLAPI_FILELIST_H _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
