Skip to content

Commit 123acca

Browse files
committed
Remove redundant \brief instances
1 parent 3b10608 commit 123acca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

osi_sensorview.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ message GenericSensorView
180180
//
181181
message Obstruction
182182
{
183-
// \brief ID of the object in ground truth data
183+
// ID of the object in ground truth data
184184
//
185185
// This field is required as without it the entire message ships
186186
// no useful information.
187187
//
188188
optional Identifier ground_truth_id = 1;
189189

190-
// \brief Level of occlusion for the object.
190+
// Level of occlusion for the object.
191191
//
192192
// The occlusion level represents a fraction of object volume exposed to the
193193
// sensor assuming the sensor had a full 360 degree field of view (so ignoring
@@ -200,7 +200,7 @@ message Obstruction
200200
//
201201
optional double occlusion = 2;
202202

203-
// \brief Level of truncation for the object.
203+
// Level of truncation for the object.
204204
//
205205
// The truncation level represents a fraction of object volume remaining
206206
// outside of sensor's field of view. The truncation value is independent of
@@ -210,7 +210,7 @@ message Obstruction
210210
//
211211
optional double truncation = 3;
212212

213-
// \brief Total visible proportion for the object.
213+
// Total visible proportion for the object.
214214
//
215215
// This value combines both truncation and occlusion to provide a indicate how
216216
// visible an object is from the view of a particular sensor.

0 commit comments

Comments
 (0)