From bf9246fb84ca6a7c1de2af323fe4b9b26a560ac3 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 27 Aug 2019 09:23:34 +0900 Subject: [PATCH] Add documentation header to core.internal.entrypoint --- src/core/internal/entrypoint.d | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/core/internal/entrypoint.d b/src/core/internal/entrypoint.d index cf6e755bd0..1e22deda9a 100644 --- a/src/core/internal/entrypoint.d +++ b/src/core/internal/entrypoint.d @@ -1,3 +1,13 @@ +/** + This module contains the code for C main and any call(s) to initialize the + D runtime and call D main. + + Copyright: Copyright Digital Mars 2000 - 2019. + License: Distributed under the + $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). + (See accompanying file LICENSE) + Source: $(DRUNTIMESRC core/_internal/_entrypoint.d) +*/ module core.internal.entrypoint; /**