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

Unified Diff: utils/dartdoc/dartdoc

Issue 8763016: Link to factory class if an interface has one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Switch from frogsh -> minfrog. Created 9 years 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 | « no previous file | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/dartdoc
diff --git a/utils/dartdoc/dartdoc b/utils/dartdoc/dartdoc
index 01208161b008a51990ae6391b27414bc5e97acda..d2b949452aa4ff02ae370a8c6c7ee78e75adb3a1 100755
--- a/utils/dartdoc/dartdoc
+++ b/utils/dartdoc/dartdoc
@@ -15,7 +15,7 @@ pushd `dirname "$0"` >>/dev/null
# if it's out of date.
if [ "interact.dart" -nt "static/interact.js" ]
then
- ../../frog/frogsh --libdir=../../frog/lib \
+ ../../frog/minfrog --libdir=../../frog/lib \
--out=static/interact.js --compile-only interact.dart
echo "Compiled interact.dart."
fi
@@ -24,6 +24,6 @@ fi
shift
# Generate the user's docs.
-../../frog/frogsh --libdir=../../frog/lib dartdoc.dart "$entrypoint" $@
+../../frog/minfrog --libdir=../../frog/lib dartdoc.dart "$entrypoint" $@
popd >>/dev/null
« no previous file with comments | « no previous file | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698