improve documentation of lineage iterator
This commit is contained in:
parent
cfc302103c
commit
d529da257d
1 changed files with 2 additions and 1 deletions
|
|
@ -390,7 +390,8 @@ sub getLineage {
|
|||
|
||||
Takes the same parameters as getLineage, but instead of returning a list
|
||||
it returns an iterator. Calling the iterator will return instantiated assets,
|
||||
or undef when there are no more assets available.
|
||||
or undef when there are no more assets available. The iterator is just a sub
|
||||
ref, call like $asset = $iterator->()
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue