mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024974: GCC compiler warnings 'backslash inside comment'
Backslash at the end of the line within comment escaped by dot to avoid GCC warning
This commit is contained in:
@@ -55,11 +55,11 @@ is
|
||||
-- the path is an exploration of the tree which contains
|
||||
-- the connexions and their reverses.
|
||||
-- if the tree of connexions is
|
||||
-- A
|
||||
-- / \
|
||||
-- B E
|
||||
-- / \ \
|
||||
-- C D F
|
||||
-- A
|
||||
-- / |
|
||||
-- B E
|
||||
-- / | |
|
||||
-- C D F
|
||||
--
|
||||
-- the path is A->B, B->C, C->B, B->D, D->B, B->A, A->E,
|
||||
-- E->F, F->E, E->A.
|
||||
|
Reference in New Issue
Block a user