File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11712,13 +11712,13 @@ static void checkMarkdownMainfile()
11712
11712
FileInfo fi (mdfileAsMainPage.data ());
11713
11713
if (!fi.exists ())
11714
11714
{
11715
- warn_uncond (" Specified markdown mainpage '%s' does not exist" ,qPrint (mdfileAsMainPage));
11715
+ warn_uncond (" Specified markdown mainpage '%s' does not exist\n " ,qPrint (mdfileAsMainPage));
11716
11716
return ;
11717
11717
}
11718
11718
bool ambig = false ;
11719
11719
if (findFileDef (Doxygen::inputNameLinkedMap,mdfileAsMainPage,ambig)==0 )
11720
11720
{
11721
- warn_uncond (" Specified markdown mainpage '%s' has not been defined as input file" ,qPrint (mdfileAsMainPage));
11721
+ warn_uncond (" Specified markdown mainpage '%s' has not been defined as input file\n " ,qPrint (mdfileAsMainPage));
11722
11722
return ;
11723
11723
}
11724
11724
}
You can’t perform that action at this time.
0 commit comments