Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
change comment to follow good library doc comment practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleak committed Mar 4, 2016
1 parent 05386a9 commit 1184618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/package-simple/lib/__projectName__.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright (c) __year__, __author__. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

/// This is an awesome library. More dartdocs go here.
/// Support for doing something awesome.
///
/// More dartdocs go here.
library __projectName__;

export 'src/__projectName___base.dart';
Expand Down

0 comments on commit 1184618

Please sign in to comment.