~ken-vandine/content-hub/13.10_mark_docs_experimental

« back to all changes in this revision

Viewing changes to import/Ubuntu/Content/contentitem.cpp

  • Committer: Tarmac
  • Author(s): Ken VanDine
  • Date: 2013-10-23 13:39:43 UTC
  • mfrom: (61.2.11 content-hub-qdoc)
  • Revision ID: tarmac-20131023133943-efzgnhvshuhtpeg8
Added qdoc docs for QML bindings.

Approved by PS Jenkins bot, Günter Schwann.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 *
27
27
 * FIXME add documentation
28
28
 *
29
 
 * See documentation for \ContentHub
 
29
 * See documentation for ContentHub
30
30
 */
31
31
 
32
32
namespace cuc = com::ubuntu::content;
81
81
 
82
82
/*!
83
83
 * \brief ContentItem::item
84
 
 * \return
 
84
 * \internal
85
85
 */
86
86
const com::ubuntu::content::Item &ContentItem::item() const
87
87
{
91
91
 
92
92
/*!
93
93
 * \brief ContentItem::setItem
94
 
 * \param item
 
94
 * \internal
95
95
 */
96
96
void ContentItem::setItem(const com::ubuntu::content::Item &item)
97
97
{