From 5e71707fd73509d73094de4b9662fc9098cd6635 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 28 Oct 2021 23:09:09 +0300 Subject: [PATCH] Enable syntax highlighting --- doc/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/index.adoc b/doc/index.adoc index bf51cbd..7fed886 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -12,6 +12,8 @@ Peter Dimov :toc: left :idprefix: :docinfo: private-footer +:source-highlighter: rouge +:source-language: c++ The Boost.Assert library provides several configurable diagnostic macros similar in behavior and purpose to the standard macro `assert` from ``.