aboutsummaryrefslogtreecommitdiffstats
path: root/docs/reference.rst
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-06-25 22:17:13 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-06-25 22:17:13 +0300
commit7bcf7ef5796c66125a2a4df1317b55a27adedd89 (patch)
tree255d9d161c0b9d287bd29c2305297b50def4647a /docs/reference.rst
parent99375a132fe91bd3a333eeacff7888c7b814a30b (diff)
Fixed formatting in docs
Diffstat (limited to 'docs/reference.rst')
-rw-r--r--docs/reference.rst7
1 files changed, 5 insertions, 2 deletions
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
====