Files
markdown/source/parser/implementation/markdown-blocks-internals.ads

17 lines
337 B
Ada

--
-- Copyright (C) 2021-2023, AdaCore
--
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
--
with Markdown.Implementation;
package Markdown.Blocks.Internals is
pragma Preelaborate;
procedure Set
(Self : in out Block;
Data : Markdown.Implementation.Abstract_Block_Access);
end Markdown.Blocks.Internals;