From 7bcf7ef5796c66125a2a4df1317b55a27adedd89 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Mon, 25 Jun 2012 22:17:13 +0300 Subject: Fixed formatting in docs --- docs/reference.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/reference.rst') diff --git a/docs/reference.rst b/docs/reference.rst index 42e7c76..f495780 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -10,8 +10,11 @@ Compilation options =================== The following options can be specified using -D switch given to the C compiler: -:__BIG_ENDIAN__: Set this if your platform stores integers and floats in big-endian format. Mixed-endian systems (different layout for ints and floats) are currently not supported. -:NANOPB_INTERNALS: Set this to expose the field encoder functions that are hidden since nanopb-0.1.3. +================== ============================================================================================== +__BIG_ENDIAN__ Set this if your platform stores integers and floats in big-endian format. + Mixed-endian systems (different layout for ints and floats) are currently not supported. +NANOPB_INTERNALS Set this to expose the field encoder functions that are hidden since nanopb-0.1.3. +================== ============================================================================================== pb.h ==== -- cgit 1.2.3-korg