blob: ac0c0240a835f9de14dfd89f39ca4afce060dab3 (
plain)
1
2
3
4
5
6
7
|
-- As packages define public elements like constants, types and sub-programs, we are intrested in such documentation too.:p2:
package p2 is
-- comments in design units (python doc-string style):p2:
-- might be multi line :p2:
constant unrelated: boolean := True;
end package;
|