aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentStoreComment.php
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2020-07-24 19:46:44 +0100
committerDannyS712 <DannyS712.enwiki@gmail.com>2020-07-25 05:42:20 +0000
commitd89d2eb677027f8ad1c66714a9bd6536cd16b558 (patch)
treeea5e4d378e7a13cdd1e853c097a343288a55b2b5 /includes/CommentStoreComment.php
parentb25421e4ade64edf89b53210fc799ce3d760406d (diff)
downloadmediawikicore-d89d2eb677027f8ad1c66714a9bd6536cd16b558.tar.gz
mediawikicore-d89d2eb677027f8ad1c66714a9bd6536cd16b558.zip
CommentStore: Add documentation defgroup/ingroup annotations
Change-Id: I61afc0ecaaa401323b1b2c45841fbd27d7edab34
Diffstat (limited to 'includes/CommentStoreComment.php')
-rw-r--r--includes/CommentStoreComment.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/includes/CommentStoreComment.php b/includes/CommentStoreComment.php
index 734056410b13..f414a0026aff 100644
--- a/includes/CommentStoreComment.php
+++ b/includes/CommentStoreComment.php
@@ -1,7 +1,5 @@
<?php
/**
- * Value object for CommentStore
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -22,8 +20,11 @@
use MediaWiki\MediaWikiServices;
/**
- * CommentStoreComment represents a comment stored by CommentStore. The fields
- * should be considered read-only.
+ * Value object for a comment stored by CommentStore.
+ *
+ * The fields should be considered read-only.
+ *
+ * @ingroup CommentStore
* @since 1.30
*/
class CommentStoreComment {