Skip to content
Snippets Groups Projects
Commit 334e13f5 authored by thodkatz's avatar thodkatz
Browse files

Delete unnecessary documentation

parent 31547cdd
No related branches found
No related tags found
No related merge requests found
...@@ -66,24 +66,6 @@ void RequestVerificationService::failStartExecutionVerification(const Message &r ...@@ -66,24 +66,6 @@ void RequestVerificationService::failStartExecutionVerification(const Message &r
storeMessage(report); storeMessage(report);
} }
/**
* StepID documentation
*
* For example:
*
* steps of UnknownProcess1 and their IDs:
* 1)UnknownStep1 = 0
* 2)UnknownStep2 = 1
*
* steps of UnknownProcess2 and their IDs:
* 1)UnknownStep3 = 2
* 2)UnknownStep4 = 3
* 3)UnknownStep5 = 4
*
* ...
*
*/
void RequestVerificationService::successProgressExecutionVerification(const Message &request, void RequestVerificationService::successProgressExecutionVerification(const Message &request,
uint8_t stepID) { uint8_t stepID) {
// TM[1,5] successful progress of execution verification report // TM[1,5] successful progress of execution verification report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment