Merge "Use Html::rawElement() instead of hardcoded string in Special:Contributions"
[lhc/web/wiklou.git] / includes / content / Content.php
index 35b51c3..75ac5f2 100644 (file)
  *
  * @author Daniel Kinzler
  */
+
+/**
+ * Base interface for content objects.
+ *
+ * @ingroup Content
+ */
 interface Content {
 
        /**