From 41f3a8f98f992e53fc7aff3a2e3e6e874f8d0489 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 23 Feb 2010 23:54:24 +0000
Subject: [PATCH] Improve documentation of FeedsConfigurable class.

---
 includes/FeedsConfigurable.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/includes/FeedsConfigurable.inc b/includes/FeedsConfigurable.inc
index 35bf1720..2c9a1785 100644
--- a/includes/FeedsConfigurable.inc
+++ b/includes/FeedsConfigurable.inc
@@ -13,7 +13,9 @@ class FeedsNotExistingException extends Exception {
 }
 
 /**
- * A configurable class.
+ * Base class for configurable classes. Captures configuration handling, form
+ * handling and distinguishes between in-memory configuration and persistent
+ * configuration.
  */
 abstract class FeedsConfigurable {
 
-- 
GitLab