Sfoglia il codice sorgente

made comment into link

Taddeus Kroes 12 anni fa
parent
commit
bdb928d7bc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      globals.mli

+ 1 - 1
globals.mli

@@ -1,5 +1,5 @@
 (** Global variables with runtime (input-based) values, used in multiple
     modules. *)
 
-(** Values of command-line arguments, to be set by the [Main] module. *)
+(** Values of command-line arguments, to be set by the {!Main} module. *)
 val args : Types.args_record