Skip to content

Commit 2815c6d

Browse files
committed
More sphinx attempts
1 parent af5ad50 commit 2815c6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,12 @@ STATIC void validate_clip_region(displayio_bitmap_t *bitmap, mp_obj_t clip0_tupl
109109

110110
}
111111

112+
//| """:py:class:`~displayio.Bitmap`"""
112113
//|
113114
//| def rotozoom(
114-
//| dest_bitmap: bitmap, ox: int, oy: int,
115+
//| dest_bitmap: Bitmap, ox: int, oy: int,
115116
//| dest_clip0: Tuple[int, int], dest_clip1: Tuple[int, int],
116-
//| source_bitmap: bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int],
117+
//| source_bitmap: Bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int],
117118
//| angle: float, scale: float, skip_index: int) -> None:
118119
//| """Inserts the source bitmap region into the destination bitmap with rotation
119120
//| (angle), scale and clipping (both on source and destination bitmaps).

0 commit comments

Comments
 (0)