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

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


  Branch: refs/heads/users/evelez7/clang-doc-fix-bad-indentation
  Home:   https://github.com/llvm/llvm-project
  Commit: 7bbed068246aa5da7d0d405ab8df2bcad69b9584
      https://github.com/llvm/llvm-project/commit/7bbed068246aa5da7d0d405ab8df2bcad69b9584
  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
    M clang-tools-extra/test/clang-doc/mustache-index.cpp
    M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp

  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