Skip to content

Commit

Permalink
Feedback integrated: Comments end with '.' and file are renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Grotewold authored and jdacoello committed Feb 15, 2023
1 parent b20f522 commit 6a38da8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/Body/Body.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -174,45 +174,45 @@ Lights:
Lights.Beam:
type: branch
instances: ["Low","High"]
description: Beam lights
description: Beam lights.
# Include lights specification and attach it to the Lights.Beam branch
#include StaticLights.vspec Lights.Beam

Lights.Running:
type: branch
description: Running lights
description: Running lights.
# Include lights specification and attach it to the Lights.Running branch
#include StaticLights.vspec Lights.Running

Lights.Backup:
type: branch
description: Backup lights
description: Backup lights.
# Include lights specification and attach it to the Lights.Backup branch
#include StaticLights.vspec Lights.Backup

Lights.Parking:
type: branch
description: Parking lights
description: Parking lights.
# Include lights specification and attach it to the Lights.Parking branch
#include StaticLights.vspec Lights.Parking

Lights.Fog:
type: branch
instances: ["Rear","Front"]
description: Fog lights
description: Fog lights.
# Include lights specification and attach it to the Lights.Fog branch
#include StaticLights.vspec Lights.Fog

Lights.Hazard:
type: branch
description: Hazard lights
description: Hazard lights.
# Include lights specification and attach it to the Lights.Hazard branch
#include SignalingLights.vspec Lights.Hazard

Lights.Indicator:
type: branch
instances: ["Left","Right"]
description: Indicator lights
description: Indicator lights.
# Include lights specification and attach it to the Lights.Indicator branch
#include SignalingLights.vspec Lights.Indicator

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6a38da8

Please sign in to comment.