We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373ee37 commit abc64e1Copy full SHA for abc64e1
1 file changed
.jazzy.yaml
@@ -1,6 +1,6 @@
1
# Run: sourcekitten doc --spm --module-name BitByteData > docs.json
2
sourcekitten_sourcefile: docs.json
3
-clean: true
+clean: false
4
author: Timofey Solomko
5
module: BitByteData
6
module_version: 2.0.0-test.1
@@ -14,6 +14,8 @@ custom_categories:
14
- name: Reading bytes
15
children:
16
- ByteReader
17
+ - LittleEndianByteReader
18
+ - BigEndianByteReader
19
- name: Reading bits (and bytes)
20
21
- BitReader
0 commit comments