diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-03-10 16:49:53 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-03-10 16:49:53 +0200 |
commit | 516a5eab2c5904b2cd39d4958b0c101bafd8e060 (patch) | |
tree | e96278a6ae33170fe3d9f1277f094a88b4d4920f | |
parent | 5fd9038ff812d10aa0d10b287dddb1e08dbfc47b (diff) |
Fix formatting in docs
-rw-r--r-- | docs/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index fad1b4c9..7d27a515 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -651,7 +651,7 @@ This function is compatible with *writeDelimitedTo* in the Google's Protocol Buf pb_release ---------- -Releases any dynamically allocated fields. +Releases any dynamically allocated fields:: void pb_release(const pb_field_t fields[], void *dest_struct); |