diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-05 08:48:23 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-05 08:48:23 +0200 |
commit | 71425bddfbaf3b110493a16ad40b90e04b129678 (patch) | |
tree | dabd74eafadaa7cfb39a3c9a547361bd76af4f7d /doc/en/weechat_dev.en.asciidoc | |
parent | f53baf628ec99fa511053a8ad171aa19b61f9cd2 (diff) | |
download | weechat-71425bddfbaf3b110493a16ad40b90e04b129678.zip |
doc: add file "wee-arraylist.c" in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.asciidoc')
-rw-r--r-- | doc/en/weechat_dev.en.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc index 6494ba137..70f2283cc 100644 --- a/doc/en/weechat_dev.en.asciidoc +++ b/doc/en/weechat_dev.en.asciidoc @@ -92,6 +92,7 @@ WeeChat "core" is located in following directories: | Path/file | Description | core/ | Core functions: entry point, internal structures | weechat.c | Main functions: command line options, startup +| wee-arraylist.c | Array lists | wee-backtrace.c | Display a backtrace after a crash | wee-command.c | WeeChat core commands | wee-completion.c | Default completions |