[all-commits] [llvm/llvm-project] f361dd: [clang-doc] separate comments into categories (#14...
Erick Velez via All-commits
all-commits at lists.llvm.org
Thu Jul 24 18:36:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f361dd7400ecaa25acbd216861880c347bf9b538
https://github.com/llvm/llvm-project/commit/f361dd7400ecaa25acbd216861880c347bf9b538
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-07-24 (Thu, 24 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 (#149590)
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