Docs: remove ; causing it not to find copydetails

This commit is contained in:
John Scipione 2017-11-10 15:00:05 -08:00
parent 6f6c9e0069
commit a960a58cd7
3 changed files with 3 additions and 3 deletions

View File

@ -352,7 +352,7 @@
\fn status_t BButton::GetSupportedSuites(BMessage* message)
\brief Report the suites of messages this control understands.
\copydetails BControl::GetSupportedSuites();
\copydetails BControl::GetSupportedSuites()
*/

View File

@ -460,7 +460,7 @@
Adds the string "suite/vnd.Be-control" to the message.
\copydetails BHandler::GetSupportedSuites();
\copydetails BHandler::GetSupportedSuites()
*/

View File

@ -344,7 +344,7 @@
/*!
\fn status_t BRadioButton::GetSupportedSuites(BMessage* message)
\copydoc BControl::GetSupportedSuites();
\copydoc BControl::GetSupportedSuites()
*/