[all-commits] [llvm/llvm-project] 4e9e7c: [clang-doc] Create a partial for HTML <head> secti...

Erick Velez via All-commits all-commits at lists.llvm.org
Thu Dec 11 08:56:26 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e9e7c5816bc130babd85e96916e515b4d02cf38
      https://github.com/llvm/llvm-project/commit/4e9e7c5816bc130babd85e96916e515b4d02cf38
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-12-11 (Thu, 11 Dec 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/assets/class-template.mustache
    A clang-tools-extra/clang-doc/assets/head-template.mustache
    M clang-tools-extra/clang-doc/assets/namespace-template.mustache
    M clang-tools-extra/clang-doc/support/Utils.cpp
    M clang-tools-extra/clang-doc/tool/CMakeLists.txt

  Log Message:
  -----------
  [clang-doc] Create a partial for HTML <head> sections (#171668)

The <head> sections of the existing partials are already identical, so
creating a partial will help reduce lines in the templates. Now
changes to <head> sections can easily propogate and can easily be added
to future HTML pages.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list