[all-commits] [llvm/llvm-project] 634465: [clang-doc] `<ul>` must be nested in `<li>`
Erick Velez via All-commits
all-commits at lists.llvm.org
Fri Nov 21 11:12:21 PST 2025
Branch: refs/heads/users/evelez7/clang-doc-nest-ul
Home: https://github.com/llvm/llvm-project
Commit: 63446511664b2bb0ad8d9adb335a704880c67591
https://github.com/llvm/llvm-project/commit/63446511664b2bb0ad8d9adb335a704880c67591
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-11-21 (Fri, 21 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
Log Message:
-----------
[clang-doc] `<ul>` must be nested in `<li>`
The HTML spec states that only `<li>` can be children of `<ul>`. Nested
`<ul>` tags in an unordered list must be children of `<li>`.
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