Skip to content

Commit

Permalink
fix text/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
d2m committed Jan 19, 2012
1 parent cf020d5 commit bea8e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dartdoc
Expand Up @@ -27,7 +27,7 @@ pushd `dirname "$0"` >>/dev/null
# Generate the client-side .js file from interact.dart if we haven't already
../../frog/minfrog --libdir=../../frog/lib \
--out=static/interact.js --compile-only interact.dart
echo "Compiled interact.dart."
echo "Compiled interact.dart."

# Clean the output directory.
if [ -d "docs" ]; then
Expand Down
5 changes: 4 additions & 1 deletion search.dart
Expand Up @@ -112,7 +112,10 @@ class Search {
}


/** Write a dart file from a datastructure (Map). */
/**
* Write a dart file from a datastructure, create a sourceable file with
* contents of a Map.
*/
void contents2dart(bool enableSearch) {
var _out;
startFile('searching.dart');
Expand Down

0 comments on commit bea8e10

Please sign in to comment.