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

Unified Diff: pkg/polymer/lib/src/build/build_filter.dart

Issue 180373003: [polymer] switch comment style (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: pkg/polymer/lib/src/build/build_filter.dart
diff --git a/pkg/polymer/lib/src/build/build_filter.dart b/pkg/polymer/lib/src/build/build_filter.dart
index 5314a0d8047a9dd90d7be20b93debc5faf124af3..fc2138d72e654eb485e0deafe7b9d20850b8dd34 100644
--- a/pkg/polymer/lib/src/build/build_filter.dart
+++ b/pkg/polymer/lib/src/build/build_filter.dart
@@ -2,10 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-/**
- * Final phase of the polymer transformation: removes any files that are not
- * needed for deployment.
- */
+/// Final phase of the polymer transformation: removes any files that are not
+/// needed for deployment.
library polymer.src.build.build_filter;
import 'dart:async';
@@ -13,10 +11,8 @@ import 'dart:async';
import 'package:barback/barback.dart';
import 'common.dart';
-/**
- * Removes any files not needed for deployment, such as internal build artifacts
- * and non-entry HTML files.
- */
+/// Removes any files not needed for deployment, such as internal build
+/// artifacts and non-entry HTML files.
class BuildFilter extends Transformer with PolymerTransformer {
final TransformOptions options;
BuildFilter(this.options);

Powered by Google App Engine
This is Rietveld 408576698