2024-09-30 14:41:13 +02:00
|
|
|
# Classes
|
2024-09-30 14:46:03 +02:00
|
|
|
- [Crawler](#Crawler)
|
|
|
|
- [DataStore](#DataStore)
|
|
|
|
- [SectionFinder](#SectionFinder)
|
2024-09-30 14:41:13 +02:00
|
|
|
## Crawler
|
2024-09-30 14:46:03 +02:00
|
|
|
Crawls through the input directory in order to read all input files and get all available sections.
|
|
|
|
|
|
|
|
## DataStore
|
2024-09-30 14:41:13 +02:00
|
|
|
Store information about the entire setup of the program,
|
2024-09-30 14:46:03 +02:00
|
|
|
while its running, so that it can be recovered later
|
|
|
|
|
|
|
|
## SectionFinder
|
|
|
|
Used to comb through the file to find all sections that are marked by bdocs
|
|
|
|
|