mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0032733: Coding Rules - fix misprints in Doxygen tags
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
//! It can be customized according to the application needs.
|
||||
//!
|
||||
//! The following syntax can be used to print messages:
|
||||
//! @begincode
|
||||
//! @code
|
||||
//! Message::DefaultMessenger()->Send ("My Warning", Message_Warning);
|
||||
//! Message::SendWarning ("My Warning"); // short-cut for Message_Warning
|
||||
//! Message::SendWarning() << "My Warning with " << theCounter << " arguments";
|
||||
|
Reference in New Issue
Block a user