aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-11-09 17:18:39 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-11-09 17:18:39 +0000
commita8c7b8a525a3b583441c856696ad09653975d52c (patch)
treecf633d950848cc06d563d6a22a34bbd47a95a965 /src
parentb92f5aa9869b5e0a9abf0e6b9cc9c65d301414fb (diff)
downloadluarocks-a8c7b8a525a3b583441c856696ad09653975d52c.tar.gz
luarocks-a8c7b8a525a3b583441c856696ad09653975d52c.tar.bz2
luarocks-a8c7b8a525a3b583441c856696ad09653975d52c.zip
add documentation
git-svn-id: http://luarocks.org/svn/luarocks/trunk@120 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cfg.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 710ca8f4..0cf58ba3 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -7,6 +7,12 @@ local rawset, next, table, pairs, print, require, io, os, setmetatable, pcall, i
7-- defines defaults for unset values. See the 7-- defines defaults for unset values. See the
8-- <a href="http://luarocks.org/en/Config_file_format">config 8-- <a href="http://luarocks.org/en/Config_file_format">config
9-- file format documentation</a> for details. 9-- file format documentation</a> for details.
10--
11-- End-users shouldn't edit this file. They can override any defaults
12-- set in this file using their system-wide $LUAROCKS_SYSCONFIG file
13-- (see luarocks.config) or their user-specific configuration file
14-- (~/.luarocks/config.lua on Unix or %APPDATA%/luarocks/config.lua on
15-- Windows).
10module("luarocks.cfg") 16module("luarocks.cfg")
11 17
12-- Load site-local global configurations 18-- Load site-local global configurations