summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-06 14:41:45 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-03-06 14:41:45 +0000
commitdc24525d098d3dbf303dcfa04cae319592107907 (patch)
treeeb1a27b8270765b2d294c34fdffead5a9ff78058 /configmgr
parent033d98557e182330d8daa148fff705be0447471c (diff)
more idle code documentation improvement
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/configmgr/README b/configmgr/README
index 2c3cfa6fdde0..15cc2cf09441 100644
--- a/configmgr/README
+++ b/configmgr/README
@@ -1,5 +1,10 @@
UNO services to access the configuration database
+== Functional Overview ==
+
+This code parses the settings that are described in the [[officecfg]]
+directory, and provides an UNO API that code can use to set and get
+settings.
== Source Overview ==