1
0
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:
abv 2014-05-29 16:39:13 +04:00 committed by apn
parent 2ad228f691
commit 774d889744
2 changed files with 8 additions and 8 deletions

View File

@ -46,9 +46,9 @@ is
-- \ Uo ^ \ U1 ^
-- \ | n \ | n
-- Surf ====\======|=== ====\======|===
-- \ \
-- \ \
-- U1 \ Uo \
-- \ . \ .
-- \ . \ .
-- U1 \ . Uo \ .
--
--
-- ( In ) ( Out )

View File

@ -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.