We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Name
1 parent 2904cca commit 3c6b060Copy full SHA for 3c6b060
source/gnatdoc-comments-helpers.ads
@@ -28,7 +28,8 @@ package GNATdoc.Comments.Helpers is
28
Origin : Libadalang.Analysis.Ada_Node'Class;
29
Options : GNATdoc.Comments.Options.Extractor_Options;
30
Code_Snippet : out VSS.String_Vectors.Virtual_String_Vector;
31
- Documentation : out VSS.String_Vectors.Virtual_String_Vector);
+ Documentation : out VSS.String_Vectors.Virtual_String_Vector)
32
+ with Pre => not Name.Is_Null;
33
-- Return code snippet and documentation for the given node in plain text
34
-- format.
35
--
0 commit comments