Add comments to clarify hyphenation logic and structure in Epub processing

This commit is contained in:
Arthur Tazhitdinov
2025-12-18 20:08:31 +05:00
parent c813a2f075
commit 63668708bc
7 changed files with 26 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "LanguageHyphenator.h"
// Handles Cyrillic-specific hyphenation heuristics (Russian syllable rules).
class RussianHyphenator final : public LanguageHyphenator {
public:
static const RussianHyphenator& instance();