-
Notifications
You must be signed in to change notification settings - Fork 3k
Doxygen comment fix for Thread class #5098
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
Conversation
db0955d
to
3ac1742
Compare
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
cc @bulislaw |
rtos/Thread.h
Outdated
@@ -246,7 +246,7 @@ class Thread : private mbed::NonCopyable<Thread> { | |||
|
|||
/** Set the specified Thread Flags for the thread. | |||
@param signals specifies the signal flags of the thread that should be set. | |||
@return previous signal flags of the specified thread or osFlagsError in case of incorrect parameters. | |||
@return resultant signal flags of the specified thread or osFlagsError in case of incorrect parameters. | |||
*/ | |||
int32_t signal_set(int32_t signals); |
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.
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.
done
3ac1742
to
a3a73cb
Compare
/morph test |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
signal_set
Status
READY