[all-commits] [llvm/llvm-project] 9cfef4: [clang-doc] remove indentation for preformatted text

Erick Velez via All-commits all-commits at lists.llvm.org
Thu Nov 6 23:27:37 PST 2025


  Branch: refs/heads/users/evelez7/clang-doc-fix-bad-indentation
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cfef46989802cafe3b62759685b427afa8588f4
      https://github.com/llvm/llvm-project/commit/9cfef46989802cafe3b62759685b427afa8588f4
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/assets/class-template.mustache
    M clang-tools-extra/clang-doc/assets/namespace-template.mustache

  Log Message:
  -----------
  [clang-doc] remove indentation for preformatted text

Text that is in between <pre> tags is formatted verbatim. Thus, the
text that was correctly indented in relation to its depth in HTML was
being indented incorrectly when rendered. That resulted in bad looking 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