From ec2380f4ef84deff0cabeadbc7659eac61ee6764 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 17 Feb 2013 19:28:11 +0100 Subject: [PATCH] doc: Highlight syntax of code examples --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 9b6f1b1..ab53ff8 100644 --- a/README +++ b/README @@ -93,19 +93,19 @@ factorial.c ----------- .. include:: sample/factorial.c - :literal: + :code: c factorial_test.c ---------------- .. include:: sample/factorial_test.c - :literal: + :code: c exception_test.cpp ------------------ .. include:: sample/exception_test.cpp - :literal: + :code: c++ Concepts -- 2.43.0