[all-commits] [llvm/llvm-project] a8d4f5: [clang-doc] separate comments into categories
Erick Velez via All-commits
all-commits at lists.llvm.org
Wed Jul 23 15:22:13 PDT 2025
Branch: refs/heads/users/evelez7/clang-doc-revamp-comments
Home: https://github.com/llvm/llvm-project
Commit: a8d4f52b4ff6870f7a6e440af759b843fca38662
https://github.com/llvm/llvm-project/commit/a8d4f52b4ff6870f7a6e440af759b843fca38662
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/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/concept.cpp
Log Message:
-----------
[clang-doc] separate comments into categories
Comment categories will allow better comment organization in HTML.
Before, comments would just be serialized in whatever order they were
written, so groups like params or notes wouldn't be in the same
sections.
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