mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
Coding - Isolate long attached comments for clang-format #259
Automatically update code with clang-format disabling for avoiding formatting. You can check the python script in GitHub PR
This commit is contained in:
@@ -169,7 +169,9 @@ protected:
|
||||
|
||||
Handle(Message_CompositeAlerts) myCompositAlerts; //!< container of alerts
|
||||
|
||||
// clang-format off
|
||||
NCollection_Sequence<Message_Level*> myAlertLevels; //!< container of active levels, new alerts are added below the latest level
|
||||
// clang-format on
|
||||
NCollection_IndexedMap<Message_MetricType> myActiveMetrics; //!< metrics to compute on alerts
|
||||
|
||||
Standard_Integer myLimit; //!< Maximum number of collected alerts on the top level
|
||||
|
Reference in New Issue
Block a user