Module GdataComments.Make
Parameters
Signature
type link_t= Link.t
module Entry : sig ... endtype t={countHint : int;href : string;readOnly : bool;rel : string;commentFeed : Feed.t;}
val empty : tval of_xml_data_model : t -> GdataCore.xml_data_model -> tval to_xml_data_model : t -> GdataCore.xml_data_model listval parse_comment_entry : GdataCore.xml_data_model -> Entry.tval comment_entry_to_data_model : Entry.t -> GdataCore.xml_data_model