[all-commits] [llvm/llvm-project] f03212: [clang-doc] remove nesting of text comments inside...
Erick Velez via All-commits
all-commits at lists.llvm.org
Thu Jul 24 18:39:03 PDT 2025
Branch: refs/heads/users/evelez7/clang-doc-remove-paragraph-children
Home: https://github.com/llvm/llvm-project
Commit: f0321268931e26fd9f87bf5c2b10704274d0bc11
https://github.com/llvm/llvm-project/commit/f0321268931e26fd9f87bf5c2b10704274d0bc11
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/concept.cpp
Log Message:
-----------
[clang-doc] remove nesting of text comments inside paragraphs
Text comments were unnecessarily nested inside Paragraph comments as a
Children array. If they're at the top level, we can also avoid more
nesting in templates.
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