Skip to content

Commit abc64e1

Browse files
committed
Add Big/LittleEndianByteReader to correct categories in jazzy
1 parent 373ee37 commit abc64e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.jazzy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run: sourcekitten doc --spm --module-name BitByteData > docs.json
22
sourcekitten_sourcefile: docs.json
3-
clean: true
3+
clean: false
44
author: Timofey Solomko
55
module: BitByteData
66
module_version: 2.0.0-test.1
@@ -14,6 +14,8 @@ custom_categories:
1414
- name: Reading bytes
1515
children:
1616
- ByteReader
17+
- LittleEndianByteReader
18+
- BigEndianByteReader
1719
- name: Reading bits (and bytes)
1820
children:
1921
- BitReader

0 commit comments

Comments
 (0)