From 5fb6d7cbb60bb5420562b9aa336a796d1bb63a2f Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 7 Nov 2018 23:59:44 +0100 Subject: sid.mli: add short module blurb --- sid.mli | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sid.mli b/sid.mli index 9730d14..e2c94df 100644 --- a/sid.mli +++ b/sid.mli @@ -1,5 +1,14 @@ (* SPDX-License-Identifier: LGPL-3.0-only WITH OCaml-LGPL-linking-exception *) +(** Security identifiers. + + {e Sid} implements the “Security Identifier” data type commonly used + on the Microsoft Windows platform. When processing input, it tries to + adhere as closely to the specification as possible. + + @see the relevant + section in the {e [MS-DTYP]} compilation of types. *) + type t type sub_auths = Stdint.Uint32.t array -- cgit v1.2.3