diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-06 19:28:33 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-06 19:28:33 +1300 |
commit | 547e538476a788dfeb5974f9b8ad29441d18980b (patch) | |
tree | 00a3c7d80ee403969971bc4b814876b4399f3ada /spec/fltk-images-bitmaps.ads | |
parent | befe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff) |
Slightly better / more consistent comments
Diffstat (limited to 'spec/fltk-images-bitmaps.ads')
-rw-r--r-- | spec/fltk-images-bitmaps.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fltk-images-bitmaps.ads b/spec/fltk-images-bitmaps.ads index d60334f..b31885c 100644 --- a/spec/fltk-images-bitmaps.ads +++ b/spec/fltk-images-bitmaps.ads @@ -15,6 +15,8 @@ package FLTK.Images.Bitmaps is + -- Rounds a number of bits up to the next byte boundary. + function To_Next_Byte (Bits : in Natural) return Natural; |