diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-10 20:08:06 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-10 20:08:06 +0000 |
commit | 09f92bafa59460ea4597c557e469e982386c9e3b (patch) | |
tree | a5949245e6544eb5795e9b71f4df112ec52b31d3 /pb.h | |
parent | 0c5bc4caf9cfb221822fead442b462be2f47b97b (diff) |
Started writing documentation
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@953 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #define pb_packed #endif -/* Wire types */ +/* Wire types. Library user needs these only in encoder callbacks. */ typedef enum { PB_WT_VARINT = 0, PB_WT_64BIT = 1, |