This is an archive of the discontinued LLVM Phabricator instance.

Enable AUTOBRIEF in doxygen configuration.
ClosedPublic

Authored by aprantl on May 1 2018, 9:37 AM.

Details

Summary

This brings the LLDB configuration closer to LLVM's and removes visual clutter in the source code by removing the @brief commands from comments.

See also https://reviews.llvm.org/D46290.

Diff Detail

Repository
rL LLVM

Event Timeline

aprantl created this revision.May 1 2018, 9:37 AM
labath accepted this revision.May 2 2018, 8:44 AM

I don't really have an opinion on this, but I don't see why not.

This revision is now accepted and ready to land.May 2 2018, 8:44 AM
JDevlieghere accepted this revision.May 2 2018, 8:45 AM

Thanks Adrian, this is great. Did you run your reflow script over this patch again after this change?

This revision was automatically updated to reflect the committed changes.