Merge pull request #940 from krisgiesing/doc_tweaks

Export dependent class from newton package
This commit is contained in:
krisgiesing 2015-12-15 11:17:01 -08:00
commit b641d93be3

View File

@ -4,6 +4,8 @@
import 'package:newton/newton.dart'; import 'package:newton/newton.dart';
export 'package:newton/newton.dart' show SpringDescription;
/// A factory for simulations. /// A factory for simulations.
abstract class Force { abstract class Force {
const Force(); const Force();