Feature: Watchdog V2 implementation. #31

Merged
azpect merged 6 commits from feature/watchdog-v2 into main 2025-10-29 15:22:50 -07:00
Showing only changes of commit 9d58f08984 - Show all commits

View File

@ -69,7 +69,8 @@ void test_input(int argc, char **argv) {
void test_document_converter() {
DocumentConverter dc("test/input.md");
dc.Convert();
dc.ConvertWatcher();
}
int main(int argc, char **argv) { test_document_converter(); }
int main(int argc, char **argv) {
test_document_converter(); }