Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Feb 11, 2024
1 parent c18e217 commit a9d248a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/cmdoptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/// 1) Add a new option enum in cmdoptions.h.
/// 2) Add your option to parseOptions() in cmdoptions.cpp.
/// 3) Add your option to main() in main.cpp.
/// 4) Document your option in help.cpp (--help option summary)
/// and in doc/primesieve.txt (manpage).
///
/// Copyright (C) 2024 Kim Walisch, <[email protected]>
///
Expand Down
2 changes: 2 additions & 0 deletions src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/// 1) Add a new option enum in cmdoptions.h.
/// 2) Add your option to parseOptions() in cmdoptions.cpp.
/// 3) Add your option to main() in main.cpp.
/// 4) Document your option in help.cpp (--help option summary)
/// and in doc/primesieve.txt (manpage).
///
/// Copyright (C) 2024 Kim Walisch, <[email protected]>
///
Expand Down

0 comments on commit a9d248a

Please sign in to comment.