Fixed POD for exportGetUrlAsPath. Parameter list didn't match actual

parameters.
This commit is contained in:
Chris Nehren 2008-05-20 19:49:05 +00:00
parent 73337650bc
commit 6139073807

View file

@ -500,10 +500,6 @@ Translates a URL into an appropriate path and filename for exporting. For
example, given C<'/foo/bar/baz'>, will return C<'/foo/bar/baz/index.html'>
provided the value of indexFile as given to exportAsHtml was C<'index.html'>.
=head3 url
URL of the asset we need an export path for
=head3 index
index filename passed from L</exportAsHtml>