diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-04 23:03:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 09:42:57 +0200 |
commit | e092bd19d342631c6b9ed0e721402264ed445701 (patch) | |
tree | df1818d405da09f900dd65d88dfcdc8884ce30b7 /doc | |
parent | baebbb25a3e32ec2a1eee8ae99c8ee08a4e6c842 (diff) | |
download | weechat-e092bd19d342631c6b9ed0e721402264ed445701.zip |
doc: switch to prettify source highlighter (issue #722)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ecfae472f..fe54a5d36 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -24,7 +24,7 @@ if(ENABLE_MAN OR ENABLE_DOC) if(ASCIIDOCTOR_FOUND) - set(ASCIIDOCTOR_ARGS -a experimental -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=highlight.js) + set(ASCIIDOCTOR_ARGS -a experimental -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify) add_subdirectory(en) add_subdirectory(fr) |