--- loncom/xml/style.pm 2004/01/21 13:03:29 1.21 +++ loncom/xml/style.pm 2008/11/24 18:55:01 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Style Parser Module (new version) # -# $Id: style.pm,v 1.21 2004/01/21 13:03:29 sakharuk Exp $ +# $Id: style.pm,v 1.22 2008/11/24 18:55:01 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -163,3 +163,32 @@ sub testvalue { 1; __END__ + +=pod + +=head1 NAME + +Apache::style.pm + +=head1 SYNOPSIS + +Style parsing module + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + + +=head1 SUBROUTINES + +=over + +=item styleparser() + +=item testkey() + +=item testvalue() + +=back + +=cut +