[svn:parrot] r48044 - branches/html_cleanup/docs/index
coke at svn.parrot.org
coke at svn.parrot.org
Thu Jul 8 00:21:15 UTC 2010
Author: coke
Date: Thu Jul 8 00:21:15 2010
New Revision: 48044
URL: https://trac.parrot.org/parrot/changeset/48044
Log:
Don't generate user-docs for parrot-internal testing dynpmcs.
(Esp. since these 3 didn't have docs to gen anyway)
Modified:
branches/html_cleanup/docs/index/pmcs.json
Modified: branches/html_cleanup/docs/index/pmcs.json
==============================================================================
--- branches/html_cleanup/docs/index/pmcs.json Thu Jul 8 00:16:28 2010 (r48043)
+++ branches/html_cleanup/docs/index/pmcs.json Thu Jul 8 00:21:15 2010 (r48044)
@@ -24,7 +24,12 @@
},
{
"source" : "src/dynpmc/*.pmc",
- "title" : "Dynamic PMCs"
+ "title" : "Dynamic PMCs",
+ "exclude" : [
+ "src/dynpmc/rotest.pmc",
+ "src/dynpmc/foo.pmc",
+ "src/dynpmc/foo2.pmc"
+ ]
}
],
"title" : "PMCs"
More information about the parrot-commits
mailing list