[all-commits] [llvm/llvm-project] ea76e8: [clang-doc] `<ul>` must be nested in `<li>`

Erick Velez via All-commits all-commits at lists.llvm.org
Fri Nov 21 10:08:16 PST 2025


  Branch: refs/heads/users/evelez7/clang-doc-nest-ul
  Home:   https://github.com/llvm/llvm-project
  Commit: ea76e818bfa0c6ee1b414b82e7f14841707c532f
      https://github.com/llvm/llvm-project/commit/ea76e818bfa0c6ee1b414b82e7f14841707c532f
  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