[all-commits] [llvm/llvm-project] ff9bd9: [clang-doc] remove nesting of text comments inside...
Erick Velez via All-commits
all-commits at lists.llvm.org
Thu Jul 24 09:18:39 PDT 2025
Branch: refs/heads/users/evelez7/clang-doc-remove-paragraph-children
Home: https://github.com/llvm/llvm-project
Commit: ff9bd90839f07d61a7deb35698d64edada538860
https://github.com/llvm/llvm-project/commit/ff9bd90839f07d61a7deb35698d64edada538860
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-07-23 (Wed, 23 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