This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Refine doxygen format.
ClosedPublic

Authored by HsiangKai on Nov 14 2018, 10:10 PM.

Details

Summary

Refine doxygen documentation format in LiveDebugVariables.cpp.

Diff Detail

Repository
rL LLVM

Event Timeline

HsiangKai created this revision.Nov 14 2018, 10:10 PM

Very much appreciated! Few tiny things inline.

lib/CodeGen/LiveDebugVariables.cpp
156 ↗(On Diff #174157)

Does this do the right thing? I was under the impression that it's either

/// This is x.
int x;

or

int x; ///< This is x.
382 ↗(On Diff #174157)

The brief can be dropped, we are running doxygen with autobrief.

390 ↗(On Diff #174157)

ditto

HsiangKai updated this revision to Diff 174552.Nov 18 2018, 6:11 PM
aprantl accepted this revision.Nov 26 2018, 9:01 AM

Thanks!

This revision is now accepted and ready to land.Nov 26 2018, 9:01 AM
This revision was automatically updated to reflect the committed changes.