mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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:
parent
2ad228f691
commit
774d889744
@ -46,9 +46,9 @@ is
|
|||||||
-- \ Uo ^ \ U1 ^
|
-- \ Uo ^ \ U1 ^
|
||||||
-- \ | n \ | n
|
-- \ | n \ | n
|
||||||
-- Surf ====\======|=== ====\======|===
|
-- Surf ====\======|=== ====\======|===
|
||||||
-- \ \
|
-- \ . \ .
|
||||||
-- \ \
|
-- \ . \ .
|
||||||
-- U1 \ Uo \
|
-- U1 \ . Uo \ .
|
||||||
--
|
--
|
||||||
--
|
--
|
||||||
-- ( In ) ( Out )
|
-- ( In ) ( Out )
|
||||||
|
@ -55,11 +55,11 @@ is
|
|||||||
-- the path is an exploration of the tree which contains
|
-- the path is an exploration of the tree which contains
|
||||||
-- the connexions and their reverses.
|
-- the connexions and their reverses.
|
||||||
-- if the tree of connexions is
|
-- if the tree of connexions is
|
||||||
-- A
|
-- A
|
||||||
-- / \
|
-- / |
|
||||||
-- B E
|
-- B E
|
||||||
-- / \ \
|
-- / | |
|
||||||
-- C D F
|
-- C D F
|
||||||
--
|
--
|
||||||
-- the path is A->B, B->C, C->B, B->D, D->B, B->A, A->E,
|
-- the path is A->B, B->C, C->B, B->D, D->B, B->A, A->E,
|
||||||
-- E->F, F->E, E->A.
|
-- E->F, F->E, E->A.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user