Files
Nim/compiler/nimconf.idx
github-actions[bot] c492e22d9d Deploy to GitHub pages
2026-04-13 10:15:26 +00:00

6 lines
716 B
Plaintext

nimTitle nimconf nimconf.html module nimconf 0
nim readConfigFile nimconf.html#readConfigFile,AbsoluteFile,IdentCache,ConfigRef proc readConfigFile(filename: AbsoluteFile; cache: IdentCache; config: ConfigRef): bool 216
nim getUserConfigPath nimconf.html#getUserConfigPath,RelativeFile proc getUserConfigPath(filename: RelativeFile): AbsoluteFile 235
nim getSystemConfigPath nimconf.html#getSystemConfigPath,ConfigRef,RelativeFile proc getSystemConfigPath(conf: ConfigRef; filename: RelativeFile): AbsoluteFile 238
nim loadConfigs nimconf.html#loadConfigs,RelativeFile,IdentCache,ConfigRef,IdGenerator proc loadConfigs(cfg: RelativeFile; cache: IdentCache; conf: ConfigRef;\n idgen: IdGenerator) 247