标签:
The first parameters in the file (before a [module] header) are the global parameters.
文件开始部分是全局参数(在module参数上方)
You may also include any module parameters in the global part of the config file in which case the supplied value will override the default for that parameter.
你可以将global部分的参数包含在module参数中,那样会在那个module参数中重写global部分的参数。
After the global parameters you should define a number of modules, each module exports a directory tree as a symbolic name. Modules are exported by specifying a module name in square brackets [module] followed by the parameters for that module. The module name cannot contain a slash or a closing square bracket. If the name contains whitespace, each internal sequence of whitespace will be changed into a single space, while leading or trailing whitespace will be discarded.
在global参数后你应该定义一系列的module参数,每一个module开放一个目录树。
标签:
原文地址:http://www.cnblogs.com/tq1226112215/p/4653825.html