summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-08 09:40:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-11 21:07:26 +0200
commitd9f5bce6ee7cc479f2947eea1e8c3e4a04d7920b (patch)
tree6803ef65d89ae69bf849c1444509911b9c5a5657 /doc/en
parentf71b4f78fdab692e19c1ec6e5a9ae655338bc71d (diff)
downloadweechat-d9f5bce6ee7cc479f2947eea1e8c3e4a04d7920b.zip
doc: add file wee-dir.c in developer's guide (issue #1285)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index e40fb12b6..78b506cb8 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -128,6 +128,7 @@ WeeChat "core" is located in following directories:
|    wee-config.c | Configuration options for WeeChat core (file weechat.conf).
|    wee-crypto.c | Cryptographic functions.
|    wee-debug.c | Some debug functions.
+|    wee-dir.c | Directory/file functions.
|    wee-eval.c | Evaluation of expressions with references to internal vars.
|    wee-hashtable.c | Hashtables.
|    wee-hdata.c | Hdata (direct access to data using hashtables).