From: Chad Horohoe Date: Mon, 25 Aug 2008 20:01:04 +0000 (+0000) Subject: Add @ingroup definitions. X-Git-Tag: 1.31.0-rc.0~45668 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a960032326376fb85a213b261a8c9899a2721584;p=lhc%2Fweb%2Fwiklou.git Add @ingroup definitions. --- diff --git a/includes/Diff.php b/includes/Diff.php index 23b2b9ebb3..538c2d8330 100644 --- a/includes/Diff.php +++ b/includes/Diff.php @@ -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 {