1
0
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:
kgv
2021-12-16 01:50:41 +03:00
committed by smoskvin
parent 468856bf4a
commit f291ad2528
19 changed files with 77 additions and 52 deletions

View File

@@ -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";