From b5fbc9da5493683ab372149db2489522a2e9389f Mon Sep 17 00:00:00 2001
From: Michele Alberti <michele.alberti@cea.fr>
Date: Thu, 9 Dec 2021 10:35:28 +0000
Subject: [PATCH] Fix comment syntax.

---
 lib/onnx/onnx.ml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/onnx/onnx.ml b/lib/onnx/onnx.ml
index 427f046..9e61f4c 100644
--- a/lib/onnx/onnx.ml
+++ b/lib/onnx/onnx.ml
@@ -12,8 +12,8 @@ module Oproto = Onnx_protoc (* Autogenerated during compilation *)
 module Oprotom = Oproto.Onnx.ModelProto
 
 type t = {
-  n_inputs : int;  (** Number of inputs. *)
-  n_outputs : int;  (** Number of outputs. *)
+  n_inputs : int;  (* Number of inputs. *)
+  n_outputs : int;  (* Number of outputs. *)
 }
 
 (* ONNX format handling. *)
-- 
GitLab