mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Docs: Use Doxygen \todo comments (#6421)
* format todo comments for doxygen * Mention Todo List & link search
This commit is contained in:
parent
5d9d7d3aa5
commit
8485bbe575
14 changed files with 24 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue