[svn:parrot] r48104 - branches/html_cleanup/tools/docs
coke at svn.parrot.org
coke at svn.parrot.org
Sun Jul 18 20:53:14 UTC 2010
Author: coke
Date: Sun Jul 18 20:53:14 2010
New Revision: 48104
URL: https://trac.parrot.org/parrot/changeset/48104
Log:
don't bother with noisy errata for now.
Modified:
branches/html_cleanup/tools/docs/make_html_docs.pl
Modified: branches/html_cleanup/tools/docs/make_html_docs.pl
==============================================================================
--- branches/html_cleanup/tools/docs/make_html_docs.pl Sun Jul 18 20:25:33 2010 (r48103)
+++ branches/html_cleanup/tools/docs/make_html_docs.pl Sun Jul 18 20:53:14 2010 (r48104)
@@ -118,6 +118,10 @@
my $formatter = Parrot::Docs::PodToHtml->new();
+ # Errata is currently noisy; e.g. complains about U<> even after
+ # formatting it as expected. skip it until we can properly quiet it down.
+ $formatter->no_errata_section(1);
+
my $outfile = File::Spec->catfile($target_dir, $input) . '.html';
my $dir = File::Path::make_path(File::Basename::dirname($outfile));
More information about the parrot-commits
mailing list