Footer *footer() const;
/*!
- * Returns a pointer to the frame list map. This is an FrameListMap of
+ * Returns a reference to the frame list map. This is an FrameListMap of
* all of the frames in the tag.
*
* \warning You should not modify this data structure directly, instead
const FrameListMap &frameListMap() const;
/*!
- * Returns a pointer to the frame list. This is an FrameList of all of
+ * Returns a reference to the frame list. This is an FrameList of all of
* the frames in the tag in the order that they were parsed.
*
* \warning You should not modify this data structure directly, instead