Skip to content

Commit c1bf0ab

Browse files
committed
Reset Doxygen flags to avoid extensive doc, fixed minor doc bug
1 parent 9b4089c commit c1bf0ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: config/Doxyfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,17 @@ SUBGROUPING = YES
228228
# Private class members and static file members will be hidden unless
229229
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
230230

231-
EXTRACT_ALL = YES
231+
EXTRACT_ALL = NO
232232

233233
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
234234
# will be included in the documentation.
235235

236-
EXTRACT_PRIVATE = YES
236+
EXTRACT_PRIVATE = NO
237237

238238
# If the EXTRACT_STATIC tag is set to YES all static members of a file
239239
# will be included in the documentation.
240240

241-
EXTRACT_STATIC = YES
241+
EXTRACT_STATIC = NO
242242

243243
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
244244
# defined locally in source files will be included in the documentation.

Diff for: src/image.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ namespace Exiv2 {
485485
// *****************************************************************************
486486
// template, inline and free functions
487487

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.
489489
void append(Blob& blob, const byte* buf, uint32_t len);
490490

491491
} // namespace Exiv2

0 commit comments

Comments
 (0)