[clang-tools-extra] [clang-doc] Add HTMLMustacheGenerator.cpp (PR #138060)

Daniel Thornburgh via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 13:52:44 PDT 2025


================
@@ -0,0 +1,85 @@
+//===-- HTMLMustacheGenerator.cpp - HTML Mustache Generator -----*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
mysterymath wrote:

nit: Blank line between file header and first `#include`

https://github.com/llvm/llvm-project/pull/138060


More information about the cfe-commits mailing list