lib/rubyvis/layout/partition.rb in rubyvis-0.3.5 vs lib/rubyvis/layout/partition.rb in rubyvis-0.3.6
- old
+ new
@@ -20,11 +20,11 @@
# based on other data attributes, simply use the default <tt>null</tt> for the
# order property, and sort the nodes beforehand using the {@link pv.Dom}
# operator.
#
# <p>For more details on how to use this layout, see
- # {@link pv.Layout.Hierarchy}.
+ # Rubyvis::Layout::Hierarchy.
#
# @see pv.Layout.Partition.Fill
# @extends pv.Layout.Hierarchy
class Partition < Hierarchy
@@ -191,10 +191,10 @@
#
# <p><li><tt>link</tt> - unsupported; undefined. Links are encoded implicitly
# in the arrangement of the space-filling nodes.
#
# <p><li><tt>label</tt> - for rendering node labels; typically a
- # {@link pv.Label}.
+ # Rubyvis::Label.
#
# </ul>For more details on how to use this layout, see
# {@link pv.Layout.Partition}.
#
# @extends pv.Layout.Partition