mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
format todo comments for doxygen
This commit is contained in:
parent
ccdda39e78
commit
3328cac858
13 changed files with 22 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