File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,22 @@ message EnvironmentalConditions
2121 /// Temperature in degrees Kelvin
2222 optional double temperature = 4 ;
2323
24- /// Precipitation
24+ /// Precipitation
2525 optional Precipitation precipitation = 5 ;
2626
27- /// Definition of precipitation states. See https://en.wikipedia.org/wiki/Rain#Measurement
27+ /// Definition of precipitation states. See https://en.wikipedia.org/wiki/Rain#Measurement
2828 enum Precipitation
2929 {
30- // Light intensity rain, when the precipitation rate is < 2.5 mm per hour
30+ /// Light intensity rain, when the precipitation rate is < 2.5 mm per hour
3131 PRECIPITATION_RAIN_LITTLE = 0 ;
3232
33- // Medium intensity rain, when the precipitation rate is between 2.5 mm and 10 mm per hour
33+ /// Medium intensity rain, when the precipitation rate is between 2.5 mm and 10 mm per hour
3434 PRECIPITATION_RAIN_MEDIUM = 1 ;
3535
36- // High intensity rain, when the precipitation rate is between 10 mm and 50 mm per hour
36+ /// High intensity rain, when the precipitation rate is between 10 mm and 50 mm per hour
3737 PRECIPITATION_RAIN_HIGH = 2 ;
3838
39- // Violent intensity rain, when the precipitation rate is > 50 mm per hour
39+ /// Violent intensity rain, when the precipitation rate is > 50 mm per hour
4040 PRECIPITATION_RAIN_VIOLENT = 3 ;
4141 }
4242
You can’t perform that action at this time.
0 commit comments