Fixed formatting in docs
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 25 Jun 2012 19:17:13 +0000 (22:17 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 25 Jun 2012 19:17:13 +0000 (22:17 +0300)
docs/reference.rst

index 42e7c76..f495780 100644 (file)
@@ -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
 ====