Assign documentation to correct enum value (corrects commit 8579ec54)
ClosedPublic

Authored by thomasfischer on Feb 25 2019, 8:52 PM.

Details

Summary

In commit 8579ec54 (D13034), the Notify value got introduced in enum WriteConfigFlag in KConfigBase. When adding this new value, the value and its documentation (Doxygen format, /**<) got placed wrongly.
After commit 8579ec54, the documentation for Notify "documents" the previously existing value Localized, whereas the documentation for Localized documents Notify.
Simply exchanging the order of the documentation comments should fix this issue.

Test Plan

Diff Detail

Repository
R237 KConfig
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
thomasfischer created this revision.Feb 25 2019, 8:52 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptFeb 25 2019, 8:52 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
thomasfischer requested review of this revision.Feb 25 2019, 8:52 PM
davidedmundson accepted this revision.Feb 25 2019, 9:04 PM
This revision is now accepted and ready to land.Feb 25 2019, 9:04 PM
This revision was automatically updated to reflect the committed changes.