From: Leandro Lucarella Date: Sun, 17 Feb 2013 18:28:11 +0000 (+0100) Subject: doc: Highlight syntax of code examples X-Git-Url: https://git.llucax.com/software/mutest.git/commitdiff_plain/ec2380f4ef84deff0cabeadbc7659eac61ee6764 doc: Highlight syntax of code examples --- 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