add INHERITANCE section to classes that already have revised docs
Dave Rolsky [Sat, 21 Mar 2009 14:45:13 +0000 (09:45 -0500)]
lib/Moose/Meta/Attribute.pm
lib/Moose/Meta/Class.pm
lib/Moose/Meta/Instance.pm
lib/Moose/Meta/Method.pm

index 9ed74a5..4f6ed79 100644 (file)
@@ -757,6 +757,10 @@ L<Class::MOP::Attribute> documentation. This class can be understood
 as a set of additional features on top of the basic feature provided
 by that parent class.
 
+=head1 INHERITANCE
+
+C<Moose::Meta::Attribute> is a subclass of L<Class::MOP::Attribute>.
+
 =head1 METHODS
 
 Many of the documented below override methods in
index 798bc49..1744fe1 100644 (file)
@@ -644,6 +644,10 @@ L<Class::MOP::Class> documentation. This class can be understood as a
 set of additional features on top of the basic feature provided by
 that parent class.
 
+=head1 INHERITANCE
+
+C<Moose::Meta::Class> is a subclass of L<Class::MOP::Class>.
+
 =head1 METHODS
 
 =over 4
index 43993e4..50279c0 100644 (file)
@@ -37,6 +37,10 @@ APIs in turn call the methods in this class as appropriate.
 At present, this is an empty subclass of L<Class::MOP::Instance>, so
 you should see that class for all API details.
 
+=head1 INHERITANCE
+
+C<Moose::Meta::Instance> is a subclass of L<Class::MOP::Instance>.
+
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no 
index 2b8a820..3eb8739 100644 (file)
@@ -47,6 +47,10 @@ additional Moose-specific functionality, all of which is private.
 To understand this class, you should read the the L<Class::MOP::Class>
 documentation.
 
+=head1 INHERITANCE
+
+C<Moose::Meta::Method> is a subclass of L<Class::MOP::Method>.
+
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no