[all-commits] [llvm/llvm-project] d4ca11: [lldb] Reformat doxygen comments in lldb-enumerati...
Dave Lee via All-commits
all-commits at lists.llvm.org
Mon Jun 15 08:58:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4ca116af2e4f792b7967817cd7856dab6ed87ac
https://github.com/llvm/llvm-project/commit/d4ca116af2e4f792b7967817cd7856dab6ed87ac
Author: Dave Lee <davelee.com at gmail.com>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M lldb/include/lldb/lldb-enumerations.h
Log Message:
-----------
[lldb] Reformat doxygen comments in lldb-enumerations.h (NFC) (#203079)
Convert doxygen comments to precede the enumerator to which they apply
(using `///`). This placement of documentation is more consistent with
how functions and classes are documented. Additionally, with the column
limit, the documentation was quite crammed as it was. Lastly, comments
have been reflowed, so that make full use of horizontal space.
Assisted-by: claude
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