From a960032326376fb85a213b261a8c9899a2721584 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 25 Aug 2008 20:01:04 +0000 Subject: [PATCH] Add @ingroup definitions. --- includes/Diff.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.20.1