Skip to content

Commit

Permalink
Fix comment syntax
Browse files Browse the repository at this point in the history
The double asteriks become a list in documentation and cause trouble
there.
  • Loading branch information
julianoes committed Feb 18, 2025
1 parent 4d2e9c4 commit d430773
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protos/mission_raw/mission_raw.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ service MissionRawService {
* Subscribe to mission progress updates.
*/
rpc SubscribeMissionProgress(SubscribeMissionProgressRequest) returns(stream MissionProgressResponse) {}
/**
/*
* Subscribes to mission changed.
*
* This notification can be used to be informed if a ground station has
Expand Down
2 changes: 1 addition & 1 deletion protos/mocap/mocap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "mavsdk_options.proto";
option java_package = "io.mavsdk.mocap";
option java_outer_classname = "MocapProto";

/**
/*
* Allows interfacing a vehicle with a motion capture system in
* order to allow navigation without global positioning sources available
* (e.g. indoors, or when flying under a bridge. etc.).
Expand Down
2 changes: 1 addition & 1 deletion protos/offboard/offboard.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "mavsdk_options.proto";
option java_package = "io.mavsdk.offboard";
option java_outer_classname = "OffboardProto";

/**
/*
* Control a drone with position, velocity, attitude or motor commands.
*
* The module is called offboard because the commands can be sent from external sources
Expand Down
2 changes: 1 addition & 1 deletion protos/shell/shell.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "mavsdk_options.proto";
option java_package = "io.mavsdk.shell";
option java_outer_classname = "ShellProto";

/**
/*
* Allow to communicate with the vehicle's system shell.
*/
service ShellService {
Expand Down

0 comments on commit d430773

Please sign in to comment.