File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -228,17 +228,17 @@ SUBGROUPING = YES
228
228
# Private class members and static file members will be hidden unless
229
229
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
230
230
231
- EXTRACT_ALL = YES
231
+ EXTRACT_ALL = NO
232
232
233
233
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
234
234
# will be included in the documentation.
235
235
236
- EXTRACT_PRIVATE = YES
236
+ EXTRACT_PRIVATE = NO
237
237
238
238
# If the EXTRACT_STATIC tag is set to YES all static members of a file
239
239
# will be included in the documentation.
240
240
241
- EXTRACT_STATIC = YES
241
+ EXTRACT_STATIC = NO
242
242
243
243
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
244
244
# defined locally in source files will be included in the documentation.
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ namespace Exiv2 {
485
485
// *****************************************************************************
486
486
// template, inline and free functions
487
487
488
- // Append \em len bytes pointed to by \em buf to \em blob.
488
+ // ! Append \em len bytes pointed to by \em buf to \em blob.
489
489
void append (Blob& blob, const byte* buf, uint32_t len);
490
490
491
491
} // namespace Exiv2
You can’t perform that action at this time.
0 commit comments