[all-commits] [llvm/llvm-project] a7382f: [clang-doc] remove indentation for preformatted te...
Erick Velez via All-commits
all-commits at lists.llvm.org
Fri Nov 7 13:13:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7382f12c19762ea87c144276aa3721cc4ee5612
https://github.com/llvm/llvm-project/commit/a7382f12c19762ea87c144276aa3721cc4ee5612
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-11-07 (Fri, 07 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 (#166672)
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