This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Group debugger properties (NFC)
AcceptedPublic

Authored by JDevlieghere on Apr 30 2023, 8:01 PM.

Details

Reviewers
mib
bulbazord
Summary

Group debugger properties in one big Doxygen group. Methods relating to different properties are separated by a double newline. Methods relating to the same property are separated by a single newline.

Diff Detail

Event Timeline

JDevlieghere created this revision.Apr 30 2023, 8:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2023, 8:01 PM
JDevlieghere requested review of this revision.Apr 30 2023, 8:01 PM
mib added a comment.Apr 30 2023, 8:07 PM

nit: Sometimes we have newlines between methods and sometimes we don't ... It would be nice to be consistent, otherwise LGTM

nit: Sometimes we have newlines between methods and sometimes we don't ... It would be nice to be consistent, otherwise LGTM

Methods relating to the same property are grouped together (i.e. no newline) and methods relating to different properties are separated by a newline.

JDevlieghere edited the summary of this revision. (Show Details)

Use one big Doxygen group for all the properties to make this less noisy.

bulbazord accepted this revision.May 2 2023, 9:52 AM
This revision is now accepted and ready to land.May 2 2023, 9:52 AM