Add @ingroup definitions.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Aug 2008 20:01:04 +0000 (20:01 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Aug 2008 20:01:04 +0000 (20:01 +0000)
includes/Diff.php

index 23b2b9e..538c2d8 100644 (file)
@@ -28,7 +28,7 @@
  * Complexity: O((M + N)D) worst case time, O(M + N + D^2) expected time, O(M + N) space
  *
  * @author Guy Van den Broeck
- *
+ * @ingroup DifferenceEngine
  */
 class WikiDiff3 {
 
@@ -556,6 +556,8 @@ class WikiDiff3 {
 /**
  * Alternative representation of a set of changes, by the index
  * ranges that are changed.
+ * 
+ * @ingroup DifferenceEngine
  */
 class RangeDifference {