diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 16:50:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 16:50:53 +0200 |
commit | d083b77d7fcba4187ff3c7d860fccb73b89507ef (patch) | |
tree | 03067a1d666a758f10511e177e65f34adbddbf2e /doc/en/weechat_dev.en.asciidoc | |
parent | cc179e81c7aebfe7302cd3ef6fe02aa36e75c9b4 (diff) | |
download | weechat-d083b77d7fcba4187ff3c7d860fccb73b89507ef.zip |
doc: add file main.c in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.asciidoc')
-rw-r--r-- | doc/en/weechat_dev.en.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc index e50a03b84..ef130694f 100644 --- a/doc/en/weechat_dev.en.asciidoc +++ b/doc/en/weechat_dev.en.asciidoc @@ -91,7 +91,7 @@ WeeChat "core" is located in following directories: |=== | Path/file | Description | core/ | Core functions: entry point, internal structures -| weechat.c | Entry point, command line options, main functions, startup +| weechat.c | Main functions: command line options, startup | wee-backtrace.c | Display a backtrace after a crash | wee-command.c | WeeChat core commands | wee-completion.c | Default completions @@ -145,6 +145,7 @@ WeeChat "core" is located in following directories: | gui-curses-mouse.c | Mouse | gui-curses-term.c | Functions about terminal | gui-curses-window.c | Windows +| main.c | Entry point |=== [[sources_plugins]] |