Skip to content

Commit ed547f9

Browse files
committed
Modified comment to mark as deprecated in a uniform way
1 parent 7b04780 commit ed547f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

osi_trafficsign.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ message TrafficSign
227227
//
228228
// \attention Deprecated: OpenDRIVE categorization for traffic signs is more generic than OSI enum
229229
// (see <a href="https://releases.asam.net/OpenDRIVE/1.6.0/ASAM_OpenDRIVE_BS_V1-6-0.html#_signals">OpenDRIVE V1-6-0</a>).<br>
230-
// How the type will be dealt in future will be discussed in Harmonization OpenX group.<br>
230+
// How the Type type will be dealt in future will be discussed in Harmonization OpenX group.<br>
231231
// Deprecated planned for version 4.0.0
232232
optional Type type = 2;
233233

@@ -262,7 +262,7 @@ message TrafficSign
262262
//
263263
// \attention Deprecated: OpenDRIVE categorization for traffic signs is more generic than OSI enum
264264
// (see <a href="https://releases.asam.net/OpenDRIVE/1.6.0/ASAM_OpenDRIVE_BS_V1-6-0.html#_signals">OpenDRIVE V1-6-0</a>).<br>
265-
// How the DirectionScope will be dealt in future will be discussed in Harmonization OpenX group.<br>
265+
// How the DirectionScope direction_scope will be dealt in future will be discussed in Harmonization OpenX group.<br>
266266
// Deprecated planned for version 4.0.0
267267
optional DirectionScope direction_scope = 4;
268268

@@ -290,7 +290,7 @@ message TrafficSign
290290
//
291291
// \attention Deprecated: OpenDRIVE categorization for traffic signs is more generic than OSI enum
292292
// (see <a href="https://releases.asam.net/OpenDRIVE/1.6.0/ASAM_OpenDRIVE_BS_V1-6-0.html#_signals">OpenDRIVE V1-6-0</a>).<br>
293-
// How the enum Actor will be dealt in future will be discussed in Harmonization OpenX group.<br>
293+
// How the bool vertically_mirrored will be dealt in future will be discussed in Harmonization OpenX group.<br>
294294
// Deprecated planned for version 4.0.0
295295
optional bool vertically_mirrored = 6;
296296

@@ -5564,15 +5564,15 @@ message TrafficSign
55645564
//
55655565
// \attention Deprecated: OpenDRIVE categorization for traffic signs is more generic than OSI enum
55665566
// (see <a href="https://releases.asam.net/OpenDRIVE/1.6.0/ASAM_OpenDRIVE_BS_V1-6-0.html#_signals">OpenDRIVE V1-6-0</a>).<br>
5567-
// How the actor will be dealt in future will be discussed in Harmonization OpenX group.<br>
5567+
// How the Actor actor will be dealt in future will be discussed in Harmonization OpenX group.<br>
55685568
// Deprecated planned for version 4.0.0
55695569
repeated Actor actor = 5;
55705570

55715571
// A direction arrow shown on the supplementary sign.
55725572
//
55735573
// \attention Deprecated: OpenDRIVE categorization for traffic signs is more generic than OSI enum
55745574
// (see <a href="https://releases.asam.net/OpenDRIVE/1.6.0/ASAM_OpenDRIVE_BS_V1-6-0.html#_signals">OpenDRIVE V1-6-0</a>).<br>
5575-
// How the arrow will be dealt in future will be discussed in Harmonization OpenX group.<br>
5575+
// How the Arrow arrow will be dealt in future will be discussed in Harmonization OpenX group.<br>
55765576
// Deprecated planned for version 4.0.0
55775577
repeated Arrow arrow = 6;
55785578

0 commit comments

Comments
 (0)