-
Notifications
You must be signed in to change notification settings - Fork 3k
Adding missing @deprecated to function inline documentation #6510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding missing @deprecated to function inline documentation #6510
Conversation
@geky FYI |
/morph build |
@yossi2le Please take a look and address the Travis CI docs issues. |
as per @cmonr request aborted the build. |
Build : SUCCESSBuild number : 1628 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1258 |
Test : FAILUREBuild number : 1413 |
re-triggering for UBLOX failure /morph test |
@studavekar Did the build actually stop? |
Test : SUCCESSBuild number : 1415 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
@cmonr I have fixed the Travis CI issue. |
/morph build |
Build : SUCCESSBuild number : 1649 Triggering tests/morph test |
@OPpuolitaival CAn you please restart jenkins CI? Seems like it is picking the sha commit that is not there ? Restart did not help |
Exporter Build : SUCCESSBuild number : 1281 |
Test : SUCCESSBuild number : 1438 |
I'll close and reopen this PR , that might help to resolve jenkins CI git issue we are seeing. |
Build : SUCCESSBuild number : 1656 Triggering tests/morph test |
We are investigating jenkins CI failure, it is not related to this PR. There are few other PR affected. |
Exporter Build : SUCCESSBuild number : 1288 |
Exporter Build : SUCCESSBuild number : 1289 |
Test : FAILUREBuild number : 1448 |
Restarting, /morph test |
Test : SUCCESSBuild number : 1452 |
Description
In this refactoring we fix only the inline documentation of function which already has the MBED_DEPRECATED macro but the @deprecated is not updated.
Pull request type
[x] Refactor