Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMochizuki committed Jan 5, 2024
1 parent f417847 commit 559c2de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions s2e-ff/src/components/aocs/laser_emitter.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file corner_cube_reflector.hpp
* @brief Corner cube reflector
* @file laser_emitter.hpp
* @brief Laser Emitter
*/

#ifndef S2E_COMPONENTS_LASER_EMITTER_HPP_
Expand Down
4 changes: 2 additions & 2 deletions s2e-ff/src/components/aocs/quadrant_photodiode_sensor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file laser_distance_meter.hpp
* @brief Laser distance meter
* @file quadrant_photodiode_sensor.cpp
* @brief Quadrant photodiode (QPD) sensor
*/

#include "quadrant_photodiode_sensor.hpp"
Expand Down
4 changes: 2 additions & 2 deletions s2e-ff/src/components/aocs/quadrant_photodiode_sensor.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file laser_distance_meter.hpp
* @brief Laser distance meter
* @file quadrant_photodiode_sensor.hpp
* @brief Quadrant photodiode (QPD) sensor
*/

#ifndef S2E_COMPONENTS_QUADRANT_PHOTODIODE_SENSOR_HPP_
Expand Down

0 comments on commit 559c2de

Please sign in to comment.