diff options
| author | mrmcwethy <mrmcwethy@yahoo.com> | 2017-10-27 12:44:18 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-10-27 23:25:00 -0700 |
| commit | 189366983366cf5cad214d15070a0a53ccce24a8 (patch) | |
| tree | 52e9a3a89e17dbbfae62a500243a9a4078896b6c /shared-bindings/struct | |
| parent | 949a8f5043a3b945fb39f6acc554eea3b1df231e (diff) | |
calcsize90 should be documented now
Diffstat (limited to 'shared-bindings/struct')
| -rw-r--r-- | shared-bindings/struct/__init__.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shared-bindings/struct/__init__.c b/shared-bindings/struct/__init__.c index add91fa61..c9305e3eb 100644 --- a/shared-bindings/struct/__init__.c +++ b/shared-bindings/struct/__init__.c @@ -54,10 +54,10 @@ //| *s*, *P*, *f*, *d* (the latter 2 depending on the floating-point support). - //| .. function:: calcsize(fmt) - //| - //| Return the number of bytes needed to store the given fmt. - //| +//| .. function:: calcsize(fmt) +//| +//| Return the number of bytes needed to store the given fmt. +//| STATIC mp_obj_t struct_calcsize(mp_obj_t fmt_in) { |
