Nitpick comments

This commit is contained in:
jpirnay
2026-04-20 14:16:13 +02:00
parent 29284c85c9
commit 440d64e48e
3 changed files with 45 additions and 13 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
#include "Epub/BookMetadataCache.h"
#include "Epub/css/CssParser.h"
class ZipFile;
enum class OpfCacheMode { Disabled, Enabled };
class Epub {
// the ncx file (EPUB 2)
@@ -35,7 +35,7 @@ class Epub {
bool syntheticTocFallbackEnabled = false;
bool findContentOpfFile(std::string* contentOpfFile) const;
bool parseContentOpf(BookMetadataCache::BookMetadata& bookMetadata, bool useCache = true);
bool parseContentOpf(BookMetadataCache::BookMetadata& bookMetadata, OpfCacheMode cacheMode);
bool parseTocNcxFile() const;
bool parseTocNavFile() const;
void parseCssFiles() const;