Docs: Use Doxygen \todo comments (#6421)

* format todo comments for doxygen

* Mention Todo List & link search
This commit is contained in:
tooomm 2025-12-15 00:13:16 +01:00 committed by GitHub
parent 5d9d7d3aa5
commit 8485bbe575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 23 deletions

View file

@ -245,7 +245,6 @@ UnZip::ErrorCode UnzipPrivate::openArchive(QIODevice* dev)
\internal Parses a local header record and makes some consistency check
with the information stored in the Central Directory record for this entry
that has been previously parsed.
\todo Optional consistency check (as a ExtractionOptions flag)
local file header signature 4 bytes (0x04034b50)
version needed to extract 2 bytes
@ -262,6 +261,7 @@ UnZip::ErrorCode UnzipPrivate::openArchive(QIODevice* dev)
file name (variable size)
extra field (variable size)
*/
//! \todo Optional consistency check (as a ExtractionOptions flag)
UnZip::ErrorCode UnzipPrivate::parseLocalHeaderRecord(const QString& path, const ZipEntryP& entry)
{
Q_ASSERT(device);