diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:24:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:24:42 +0200 |
commit | 820e79702f9f002042be3a248e46775a9898b3b7 (patch) | |
tree | e7226cc8aa5f67d3dd0aa0ba90c2617a2fc8eb72 /doc | |
parent | e579e8692936d232ded2fe07ff7aaf8b22b06a2d (diff) | |
download | weechat-820e79702f9f002042be3a248e46775a9898b3b7.zip |
doc: add fset options in documentation generator
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docgen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docgen.py b/doc/docgen.py index a5805e129..8c8ba261b 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -94,6 +94,7 @@ PLUGIN_LIST = { 'charset': 'o', 'exec': 'o', 'fifo': 'o', + 'fset': 'o', 'irc': 'co', 'logger': 'o', 'relay': 'o', |