Module GdataComments

Google Data Protocol data definitions of comments.

module type Comments = sig ... end
module Make : functor (Link : GdataAtom.AtomData) -> Comments with type link_t = Link.t