Skip to content

Commit

Permalink
Fixed Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerpe committed Nov 17, 2023
1 parent ee034bf commit 03eb1a8
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 45 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@
.vscode/extensions.json
lib/Webots
webots/worlds/*.wbproj
webots/worlds/*.jpg
webots/worlds/*.jpg
doc/doxygen/RemoteControlSim/
doc/doxygen/RemoteControlTarget/
doc/doxygen/SensorFusionSim/
doc/doxygen/SensorFusionTarget/
doc/doxygen/LineFollowerSim/
doc/doxygen/LineFollowerTarget/
doc/doxygen/ConvoyLeaderSim/
doc/doxygen/ConvoyLeaderTarget/
24 changes: 0 additions & 24 deletions doc/doxygen/doxygen_warnings.txt
Original file line number Diff line number Diff line change
@@ -1,24 +0,0 @@
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/App.h:127: error: Member App(const App &app) (function) of class App is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/App.h:128: error: Member operator=(const App &app) (function) of class App is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/DrivingState.h:159: error: Member DrivingState(const DrivingState &state) (function) of class DrivingState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/DrivingState.h:160: error: Member operator=(const DrivingState &state) (function) of class DrivingState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/DrivingState.h:163: error: argument 'lineSensorValue' of command @param is not found in the argument list of DrivingState::processOnTrack(int16_t position, const uint16_t *lineSensorValues)
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/DrivingState.h:163: error: The following parameter of DrivingState::processOnTrack(int16_t position, const uint16_t *lineSensorValues) is not documented:
parameter 'lineSensorValues'
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/DrivingState.h:171: error: argument 'lineSensorValue' of command @param is not found in the argument list of DrivingState::processTrackLost(int16_t position, const uint16_t *lineSensorValues)
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/DrivingState.h:171: error: The following parameter of DrivingState::processTrackLost(int16_t position, const uint16_t *lineSensorValues) is not documented:
parameter 'lineSensorValues'
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ErrorState.h:125: error: Member ErrorState(const ErrorState &state) (function) of class ErrorState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ErrorState.h:126: error: Member operator=(const ErrorState &state) (function) of class ErrorState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/LineSensorsCalibrationState.h:134: error: Member LineSensorsCalibrationState(const LineSensorsCalibrationState &state) (function) of class LineSensorsCalibrationState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/LineSensorsCalibrationState.h:135: error: Member operator=(const LineSensorsCalibrationState &state) (function) of class LineSensorsCalibrationState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/MotorSpeedCalibrationState.h:140: error: Member MotorSpeedCalibrationState(const MotorSpeedCalibrationState &state) (function) of class MotorSpeedCalibrationState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/MotorSpeedCalibrationState.h:141: error: Member operator=(const MotorSpeedCalibrationState &state) (function) of class MotorSpeedCalibrationState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ParameterSets.h:135: error: Member ParameterSets(const ParameterSets &set) (function) of class ParameterSets is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ParameterSets.h:136: error: Member operator=(const ParameterSets &set) (function) of class ParameterSets is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ReadyState.h:119: error: Member ReadyState(const ReadyState &state) (function) of class ReadyState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ReadyState.h:120: error: Member operator=(const ReadyState &state) (function) of class ReadyState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ReleaseTrackState.h:114: error: Member ReleaseTrackState(const ReleaseTrackState &state) (function) of class ReleaseTrackState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/ReleaseTrackState.h:115: error: Member operator=(const ReleaseTrackState &state) (function) of class ReleaseTrackState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/StartupState.h:113: error: Member StartupState(const StartupState &state) (function) of class StartupState is not documented.
C:/Users/jkerpe/MasterArbeit/10_Code/Launcher/RadonUlzer/lib/APPSensorFusion/StartupState.h:114: error: Member operator=(const StartupState &state) (function) of class StartupState is not documented.
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/App.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ class App
*/
void sendSensorData() const;

App(const App& app);
App& operator=(const App& app);
/* Not allowed. */
App(const App& app); /**< Copy construction of an instance. */
App& operator=(const App& app); /**< Assignment of an instance. */
};

/******************************************************************************
Expand Down
9 changes: 5 additions & 4 deletions lib/AppSensorFusion/DrivingState.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,15 @@ class DrivingState : public IState
{
}

DrivingState(const DrivingState& state);
DrivingState& operator=(const DrivingState& state);
/* Not allowed. */
DrivingState(const DrivingState& state); /**< Copy construction of an instance. */
DrivingState& operator=(const DrivingState& state); /**< Assignment of an instance. */

/**
* Control driving in case the robot is on track.
*
* @param[in] position Current position on track
* @param[in] lineSensorValue Value of each line sensor
* @param[in] lineSensorValues Value of each line sensor
*/
void processOnTrack(int16_t position, const uint16_t* lineSensorValues);

Expand All @@ -172,7 +173,7 @@ class DrivingState : public IState
* It handles the track search algorithm.
*
* @param[in] position Current position on track
* @param[in] lineSensorValue Value of each line sensor
* @param[in] lineSensorValues Value of each line sensor
*/
void processTrackLost(int16_t position, const uint16_t* lineSensorValues);

Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/ErrorState.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ class ErrorState : public IState
{
}

ErrorState(const ErrorState& state);
ErrorState& operator=(const ErrorState& state);
/* Not allowed. */
ErrorState(const ErrorState& state); /**< Copy construction of an instance. */
ErrorState& operator=(const ErrorState& state); /**< Assignment of an instance. */
};

/******************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/LineSensorsCalibrationState.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ class LineSensorsCalibrationState : public IState
{
}

LineSensorsCalibrationState(const LineSensorsCalibrationState& state);
LineSensorsCalibrationState& operator=(const LineSensorsCalibrationState& state);
/* Not allowed. */
LineSensorsCalibrationState(const LineSensorsCalibrationState& state); /**< Copy construction of an instance. */
LineSensorsCalibrationState& operator=(const LineSensorsCalibrationState& state); /**< Assignment of an instance. */

/**
* Turn and calibrate the line sensors.
Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/MotorSpeedCalibrationState.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ class MotorSpeedCalibrationState : public IState
{
}

MotorSpeedCalibrationState(const MotorSpeedCalibrationState& state);
MotorSpeedCalibrationState& operator=(const MotorSpeedCalibrationState& state);
/* Not allowed. */
MotorSpeedCalibrationState(const MotorSpeedCalibrationState& state); /**< Copy construction of an instance. */
MotorSpeedCalibrationState& operator=(const MotorSpeedCalibrationState& state); /**< Assignment of an instance. */

/**
* Determine the max. motor speed, considering both driving directions.
Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/ParameterSets.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ class ParameterSets
*/
~ParameterSets();

ParameterSets(const ParameterSets& set);
ParameterSets& operator=(const ParameterSets& set);
/* Not allowed. */
ParameterSets(const ParameterSets& set); /**< Copy construction of an instance. */
ParameterSets& operator=(const ParameterSets& set); /**< Assignment of an instance. */
};

/******************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/ReadyState.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ class ReadyState : public IState
{
}

ReadyState(const ReadyState& state);
ReadyState& operator=(const ReadyState& state);
/* Not allowed. */
ReadyState(const ReadyState& state); /**< Copy construction of an instance. */
ReadyState& operator=(const ReadyState& state); /**< Assignment of an instance. */
};

/******************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/ReleaseTrackState.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ class ReleaseTrackState : public IState
{
}

ReleaseTrackState(const ReleaseTrackState& state);
ReleaseTrackState& operator=(const ReleaseTrackState& state);
/* Not allowed. */
ReleaseTrackState(const ReleaseTrackState& state); /**< Copy construction of an instance. */
ReleaseTrackState& operator=(const ReleaseTrackState& state); /**< Assignment of an instance. */

/**
* Show choosen parameter set on LCD.
Expand Down
5 changes: 3 additions & 2 deletions lib/AppSensorFusion/StartupState.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ class StartupState : public IState
{
}

StartupState(const StartupState& state);
StartupState& operator=(const StartupState& state);
/* Not allowed. */
StartupState(const StartupState& state); /**< Copy construction of an instance. */
StartupState& operator=(const StartupState& state); /**< Assignment of an instance. */
};

/******************************************************************************
Expand Down

0 comments on commit 03eb1a8

Please sign in to comment.