diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:07:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:08:56 +0200 |
commit | 6665cc866a635dc1435650bb1b3d283c5ab52431 (patch) | |
tree | 4110eeaaf41a9e75e663536966082c3094249059 /doc/en/weechat_user.en.adoc | |
parent | 10b2fa3a6180dec90ccd4dab58fd750dcdf80f82 (diff) | |
download | weechat-6665cc866a635dc1435650bb1b3d283c5ab52431.zip |
doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete docs (closes #1901)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 47c36d150..4c562192a 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -250,6 +250,10 @@ List of commonly used options: | ENABLE_DOC | `ON`, `OFF` | OFF | Build HTML documentation. +| ENABLE_DOC_INCOMPLETE | `ON`, `OFF` | OFF +| Force build of documentation even if some plugins are not compiled + (not recommended: docs will be incomplete). + | ENABLE_ENCHANT | `ON`, `OFF` | OFF | Compile <<spell_checking,Spell plugin>> with Enchant. |