Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
batsim
batsim
Commits
dee748c2
Commit
dee748c2
authored
Sep 09, 2017
by
Millian Poquet
Browse files
[code] fix missing doxygen documentation
parent
1663206f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/protocol.hpp
View file @
dee748c2
...
...
@@ -107,6 +107,7 @@ public:
* @param[in] job_status The job status
* @param[in] job_state The job state
* @param[in] kill_reason The kill reason (if any)
* @param[in] return_code The job return code
* @param[in] date The event date. Must be greater than or equal to the previous event.
*/
virtual
void
append_job_completed
(
const
std
::
string
&
job_id
,
...
...
@@ -240,6 +241,7 @@ public:
* @param[in] job_status The job status
* @param[in] job_state The job state
* @param[in] kill_reason The kill reason (if any)
* @param[in] return_code The job return code
* @param[in] date The event date. Must be greater than or equal to the previous event.
*/
void
append_job_completed
(
const
std
::
string
&
job_id
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment