Skip to content

Commit 9f51ec9

Browse files
committed
removed typos in doxygen
1 parent 4a3bfd6 commit 9f51ec9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

osi_landmark.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ message TrafficSign
7979
//
8080
message Classification
8181
{
82-
// Variability
82+
// The traffic sign is not stationary, for example a temporary
83+
// traffic sign in a street construction.
8384
//
8485
optional Variability variability = 1;
8586

@@ -830,8 +831,7 @@ message TrafficSign
830831
// direction from where a 'viewer' could see the supplementary traffic sign image.
831832
//
832833
optional BaseStationary base = 1;
833-
834-
834+
835835
// The classification of the supplementary traffic sign.
836836
//
837837
optional Classification classification = 2;

osi_lane.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ message LaneBoundary
319319

320320
// The ids of \c StationaryObjects which limit the corresponding lane.
321321
// This field must be set if the \c LaneBoundary.type is set to
322-
// # TYPE_STRUCTURE
322+
// #TYPE_STRUCTURE
323323
//
324324
repeated Identifier limiting_structure_id = 5;
325325

0 commit comments

Comments
 (0)