-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Labels
bigIssue consisting of many subissuesIssue consisting of many subissuesbugError of some kind, from a typo to errors in the examples.Error of some kind, from a typo to errors in the examples.podissues affected by Raku pod processingissues affected by Raku pod processing
Description
The problem
If I try to use declarator syntax to document an attribute, p6doc doesn't know what to call it:
unit class TestClass;
#| Absolutely imperative you supply this
has $.prop is required;
p6doc TestClass.pm
class Attribute.new
Absolutely imperative that you supply this
(I was advised this is the correct repo to report problems with the p6doc program itself. Hope it is so.)
Metadata
Metadata
Assignees
Labels
bigIssue consisting of many subissuesIssue consisting of many subissuesbugError of some kind, from a typo to errors in the examples.Error of some kind, from a typo to errors in the examples.podissues affected by Raku pod processingissues affected by Raku pod processing