style: Apply formatter fixes to documentation

This commit is contained in:
2025-12-26 12:54:35 +01:00
parent dfdac68ecc
commit 94cf36bff3
3 changed files with 21 additions and 19 deletions

View File

@@ -123,12 +123,12 @@ src/core/
**Key Components:**
| Component | Purpose |
| ----------------- | ----------------------------------------------------------------------- |
| `SeriesApp` | Main application facade for anime operations |
| `SerieScanner` | Scans directories for anime; `scan_single_series()` for targeted scans |
| `Serie` | Domain entity with `sanitized_folder` property for filesystem-safe names |
| `SerieList` | Collection management with automatic folder creation using sanitized names |
| Component | Purpose |
| -------------- | -------------------------------------------------------------------------- |
| `SeriesApp` | Main application facade for anime operations |
| `SerieScanner` | Scans directories for anime; `scan_single_series()` for targeted scans |
| `Serie` | Domain entity with `sanitized_folder` property for filesystem-safe names |
| `SerieList` | Collection management with automatic folder creation using sanitized names |
Source: [src/core/](../src/core/)