This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Add period to typedef kind docblock
ClosedPublic

Authored by modocache on Aug 5 2015, 10:40 AM.

Details

Reviewers
compnerd
Summary

All of the other docblocks for the CXCursor_* cursor kind enum values
include documentation that ends with a period. Add a period to the end
of the CXCursor_TypedefDecl documentation to follow this convention.

Diff Detail

Event Timeline

modocache updated this revision to Diff 31372.Aug 5 2015, 10:40 AM
modocache retitled this revision from to [libclang] Add period to typedef kind docblock.
modocache updated this object.
compnerd accepted this revision.Aug 11 2015, 2:21 PM
compnerd added a reviewer: compnerd.
compnerd added a subscriber: compnerd.

Do you need this committed on your behalf?

This revision is now accepted and ready to land.Aug 11 2015, 2:21 PM
compnerd closed this revision.Aug 11 2015, 8:22 PM

Committed as SVN r244715.