There was an error while loading. Please reload this page.
1 parent a8baced commit 6e3306eCopy full SHA for 6e3306e
1 file changed
src/Driver.cpp
@@ -335,7 +335,7 @@ void Driver::config() {
335
} else if (std::filesystem::exists("doxide.json")) {
336
config_file = "doxide.json";
337
} else {
338
- error("No configuration file found.");
+ error("no configuration file found; create a doxide.yaml file to configure Doxide.");
339
}
340
341
/* parse build configuration file */
0 commit comments