This is an archive of the discontinued LLVM Phabricator instance.

Comment parsing: Treat \ref as inline command
ClosedPublic

Authored by aaronpuchert on Mar 4 2020, 11:37 AM.

Details

Summary

It's basically Doxygen's version of a link and can happen anywhere
inside of a paragraph. Fixes a bogus warning about empty paragraphs when
a parameter description starts with a link.

Diff Detail

Event Timeline

aaronpuchert created this revision.Mar 4 2020, 11:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2020, 11:37 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Mar 5 2020, 6:51 AM

Thanks!

This revision is now accepted and ready to land.Mar 5 2020, 6:51 AM
This revision was automatically updated to reflect the committed changes.