Skip to content

Commit c26c7c1

Browse files
Update struct job documentation
Co-authored-by: realstealthninja <[email protected]>
1 parent 5c3ffca commit c26c7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

greedy_algorithms/job_sequencing_algorithm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
namespace greedy_algorithms {
8080

8181
/**
82+
* @struct Job
8283
* @brief A structure to represent a job
8384
*/
8485
struct Job {

0 commit comments

Comments
 (0)