From d083b77d7fcba4187ff3c7d860fccb73b89507ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Jul 2014 16:50:53 +0200 Subject: doc: add file main.c in developer's guide --- doc/en/weechat_dev.en.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/en/weechat_dev.en.asciidoc') 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]] -- cgit v1.2.3