Commit 2e85be8
docs: Add Javadoc documentation to all public symbols (#25)
* docs: Add Javadoc documentation to all public symbols
Added comprehensive Boost-style Javadoc documentation comments to all
public symbols in the include/boost/capy directory, including:
- datastore.hpp: class and member documentation
- polystore_fwd.hpp: forward declaration comment
- brotli.hpp: file-level documentation
- brotli/encode.hpp: enums, constants, service interface, and functions
- brotli/decode.hpp: enums, result codes, service interface, and functions
- brotli/shared_dictionary.hpp: enum and service documentation
- zlib.hpp: file-level documentation
- zlib/stream.hpp: structure and member documentation
- zlib/deflate.hpp: service interface and all member functions
- zlib/inflate.hpp: service interface and all member functions
- zlib/flush.hpp: enum values with descriptions
- zlib/compression_level.hpp: compression level constants
- zlib/compression_method.hpp: compression method constants
- zlib/compression_strategy.hpp: strategy constants with explanations
- zlib/data_type.hpp: data type constants
All documentation follows Boost C++ Libraries Javadoc conventions with:
- Brief descriptions starting with appropriate verb forms
- @param tags for function parameters
- @return tags for return values
- Proper formatting and structure
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Vinnie Falco <vinniefalco@users.noreply.github.com>
* docs: Enhance documentation with detailed descriptions and examples
Added comprehensive descriptions explaining what each component does
and how to use it. Included practical code examples demonstrating:
- Brotli compression/decompression (one-shot and streaming)
- ZLib deflate/inflate operations with different formats
- Compression levels, strategies, and flush modes
- Stream state management and datastore usage
All examples follow Boost-style Javadoc conventions with @code blocks.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Vinnie Falco <vinniefalco@users.noreply.github.com>
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Vinnie Falco <vinniefalco@users.noreply.github.com>1 parent 6597d11 commit 2e85be8
15 files changed
Lines changed: 922 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
10 | 34 | | |
11 | 35 | | |
12 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
34 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
35 | 49 | | |
36 | 50 | | |
| 51 | + | |
37 | 52 | | |
| 53 | + | |
| 54 | + | |
38 | 55 | | |
39 | 56 | | |
40 | 57 | | |
| |||
44 | 61 | | |
45 | 62 | | |
46 | 63 | | |
47 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
48 | 114 | | |
49 | 115 | | |
50 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
51 | 123 | | |
52 | 124 | | |
53 | 125 | | |
54 | 126 | | |
55 | 127 | | |
56 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
57 | 135 | | |
58 | 136 | | |
59 | 137 | | |
60 | 138 | | |
61 | 139 | | |
62 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
63 | 144 | | |
64 | 145 | | |
65 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
66 | 154 | | |
67 | 155 | | |
68 | 156 | | |
69 | 157 | | |
70 | 158 | | |
71 | 159 | | |
72 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
73 | 170 | | |
74 | 171 | | |
75 | 172 | | |
| |||
79 | 176 | | |
80 | 177 | | |
81 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
82 | 183 | | |
83 | 184 | | |
84 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
85 | 191 | | |
86 | 192 | | |
87 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
88 | 198 | | |
89 | 199 | | |
90 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
91 | 205 | | |
92 | 206 | | |
93 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
94 | 212 | | |
95 | 213 | | |
96 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
97 | 219 | | |
98 | 220 | | |
99 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
100 | 225 | | |
101 | 226 | | |
102 | 227 | | |
| |||
117 | 242 | | |
118 | 243 | | |
119 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
120 | 249 | | |
121 | 250 | | |
122 | 251 | | |
| |||
0 commit comments