Clarify the POD for addChild.

This commit is contained in:
Colin Kuskie 2009-10-26 13:38:16 -07:00
parent f715630a7b
commit 72bd5d5f16
2 changed files with 4 additions and 5 deletions

View file

@ -56,11 +56,9 @@ An epoch representing the time this asset was created.
=head3 options
A hash reference that allows passed in options to change how this method behaves.
=head4 skipAutoCommitWorkflows
If this is set to 1 assets that normally autocommit their workflows (like CS Posts) won't do that.
A hash reference that allows passed in options to change how this method behaves. Currently,
these options are passed down to L<addRevision>, and are not actually used by C<addChild>.
Please see the POD for L<addRevision> for a list of options.
=cut