diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-28 16:07:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-28 16:07:40 +0200 |
commit | 0e040e8301aff16022887a85c00d03b3df97dfa5 (patch) | |
tree | 60c7245686d1d4d2d5694ffc8a84ba68d760ce36 /doc/en/autogen/tcl_commands.xml | |
parent | 62e2f1f808dd2bfbda61ec501eb92e59ed97b5b5 (diff) | |
download | weechat-0e040e8301aff16022887a85c00d03b3df97dfa5.zip |
Convert all docs to asciidoc format, add scripting guide
Diffstat (limited to 'doc/en/autogen/tcl_commands.xml')
-rw-r--r-- | doc/en/autogen/tcl_commands.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/en/autogen/tcl_commands.xml b/doc/en/autogen/tcl_commands.xml deleted file mode 100644 index 48a43e4e6..000000000 --- a/doc/en/autogen/tcl_commands.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ********* WARNING! ********* - - This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** - docgen.pl builds XML doc files to include in many languages ---> - -<command>/tcl [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command> -<programlisting> -list/load/unload scripts - -filename: script (file) to load -name: a script name - -Without argument, this command lists all loaded scripts. -</programlisting> - |