destructors: bad $slot documentation.
parent
0ac088ccfc
commit
e0bbe0df38
|
@ -10,7 +10,6 @@ HELP: disposable
|
||||||
{ $class-description "Parent class for disposable resources. This class has three slots:"
|
{ $class-description "Parent class for disposable resources. This class has three slots:"
|
||||||
{ $list
|
{ $list
|
||||||
{ { $slot "disposed" } " - boolean. Set to true by " { $link dispose } ". Assert that it is false with " { $link check-disposed } "." }
|
{ { $slot "disposed" } " - boolean. Set to true by " { $link dispose } ". Assert that it is false with " { $link check-disposed } "." }
|
||||||
{ { $slot "id" } " - unique identifier. Set by " { $link new-disposable } "." }
|
|
||||||
{ { $slot "continuation" } " - current continuation at construction time, for debugging. Set by " { $link new-disposable } " if " { $link debug-leaks? } " is on." }
|
{ { $slot "continuation" } " - current continuation at construction time, for debugging. Set by " { $link new-disposable } " if " { $link debug-leaks? } " is on." }
|
||||||
}
|
}
|
||||||
"New instances must be constructed with " { $link new-disposable } " and subclasses must implement " { $link dispose* } "." } ;
|
"New instances must be constructed with " { $link new-disposable } " and subclasses must implement " { $link dispose* } "." } ;
|
||||||
|
|
Loading…
Reference in New Issue