@@ -128,22 +128,22 @@ message ReferenceLine
128128 // Example:
129129 // \image html OSI_ReferenceLine1.svg "S, T calculation"
130130 //
131- // This shows a reference line (consisting of three points R0, R1 and R2)
132- // and two points (P1 and P2) not part of the reference line.
133- //
134- // Calculation of ST for P1:
135- // - Calculate the intersection point I of the T axes of R0 and R1.
136- // - As P1 lies in the sector defined by these T axes it is considered part
137- // of the reference line section between R0 and R1.
138- // - The point P1 is projected onto the line segment [R0, R1] via the
139- // straight line through I (by calculating the intersection of the line
140- // segment and the projection axis), resulting in point P1_proj.
131+ // This shows a reference line (consisting of three points \c R0, \c R1 and
132+ // \c R2) and two points (\c P1 and \c P2) not part of the reference line.
133+ //
134+ // Calculation of ST for \c P1:
135+ // - Calculate the intersection point \c I of the T axes of \c R0 and \c R1.
136+ // - As \c P1 lies in the sector defined by these T axes it is considered part
137+ // of the reference line section between \c R0 and \c R1.
138+ // - The point \c P1 is projected onto the line segment [\c R0, \c R1] via the
139+ // straight line through \c I (by calculating the intersection of the line
140+ // segment and the projection axis), resulting in point \c P1_proj.
141141 // If the T axes are parallel, projection is applied in the direction of
142142 // these axes.
143- // - The S coordinate of P1 is the S coordinate of P1_proj
144- // - The T coordinate of P1 is the signed Euclidean distance to P1_proj.
143+ // - The S coordinate of \c P1 is the S coordinate of \c P1_proj
144+ // - The T coordinate of \c P1 is the signed Euclidean distance to \c P1_proj.
145145 //
146- // Calculation of P2 follows the same pattern.
146+ // Calculation of \c P2 follows the same pattern.
147147 //
148148 // The sampling of the polyline must be chosen such that the error
149149 // when converting coordinates is "small enough". The exact needed
0 commit comments