Skip to content

Commit

Permalink
Add Ocamldoc docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurero committed Jun 12, 2024
1 parent 2a4c34b commit f73925e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/irj_checker/irj_checker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>. *)

(** The Irj_checker Module is a simple entry point to use the Mlang IRJ file
parser in order to perform syntactic checks on test files.
Usage: irj_checker.exe <test_file.irj>*)

let () =
if Array.length Sys.argv <> 2 then (
Printf.eprintf "This program requires a test file as argument\n";
Expand Down

0 comments on commit f73925e

Please sign in to comment.