mirror of
https://github.com/AdaCore/markdown.git
synced 2026-02-12 13:11:15 -08:00
17 lines
362 B
Ada
17 lines
362 B
Ada
--
|
|
-- Copyright (C) 2021-2023, AdaCore
|
|
--
|
|
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
--
|
|
|
|
with Markdown.Implementation;
|
|
|
|
package Markdown.Documents.Internals is
|
|
pragma Preelaborate;
|
|
|
|
procedure Set
|
|
(Self : in out Document;
|
|
Data : in out Markdown.Implementation.Abstract_Container_Block'Class);
|
|
|
|
end Markdown.Documents.Internals;
|