We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c57bf commit 33670f6Copy full SHA for 33670f6
lib/DocSite/Generator.pm
@@ -224,8 +224,8 @@ method !recursive-files-in($dir) {
224
}
225
226
227
-method !process-one-pod (IO::Path $pod-file, Bool $expect-titles) {
228
- my $doc = DocSite::Documentable.new-from-file( $pod-file, $!type-graph, $expect-titles );
+method !process-one-pod (IO::Path $pod-file) {
+ my $doc = DocSite::Documentable.new-from-file( $pod-file, $!type-graph );
229
self!spurt-html-file( $pod-file, $doc );
230
$!registry.add-new($doc);
231
0 commit comments