Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: utils/apidoc/mdn/README.txt

Issue 10915125: Allow apidoc to skip MDN database.json entries that are bogus. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/mdn/README.txt
===================================================================
--- utils/apidoc/mdn/README.txt (revision 11909)
+++ utils/apidoc/mdn/README.txt (working copy)
@@ -12,6 +12,12 @@
I needed to add my own "DumpRenderTree_resources/missingImage.gif",
for some reason.
+For the reasons above, we're currently just using the checked-in
+database.json from Feb 2012, but it has some bogus entries. In
+particular, the one for UnknownElement would inject irrelevant German
+text into our docs. So a hack in apidoc.dart (_mdnTypeNamesToSkip)
+works around this.
+
***** Overview
Here's a rough walkthrough of how this works. The ultimate output file is
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698