Commit c1bd6af9 authored by Adam Barth's avatar Adam Barth

Add dartdocs for RenderObject

... and other code in object.dart.
parent 99356d10
......@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Includes and re-exports all Sky rendering classes.
// Includes and re-exports all Sky rendering classes.
/// The Sky render tree
library rendering;
export 'package:sky/rendering/auto_layout.dart';
export 'package:sky/rendering/block.dart';
......
This diff is collapsed.
......@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Includes and re-exports all Sky widgets classes.
// Includes and re-exports all Sky widgets classes.
/// The Sky widget framework
library widgets;
export 'package:sky/widgets/animated_component.dart';
export 'package:sky/widgets/animated_container.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment