Commit aa5504c7 authored by Adam Barth's avatar Adam Barth

Merge pull request #979 from abarth/render_object_docs

Add dartdocs for RenderObject
parents e8dadb3a c1bd6af9
......@@ -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