diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-09-03 09:28:43 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-09-03 09:28:43 (GMT) |
commit | 3df5c424078f63133b2130ef26ddd569e5fd8412 (patch) | |
tree | 6214151392909d161548ae2edad6bb7049eff1ed /src/doxygen.cpp | |
parent | 9ae1af9b8679a0f14cb568d1db3afcc6e3ba40a6 (diff) | |
parent | 752523cd122d6ffdd72c89955005d77819740675 (diff) | |
download | Doxygen-3df5c424078f63133b2130ef26ddd569e5fd8412.zip Doxygen-3df5c424078f63133b2130ef26ddd569e5fd8412.tar.gz Doxygen-3df5c424078f63133b2130ef26ddd569e5fd8412.tar.bz2 |
Merge branch 'feature/bug_766059' of https://github.com/albert-github/doxygen into albert-github-feature/bug_766059
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index d545265..07214cb 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -9987,6 +9987,8 @@ void initDoxygen() setlocale(LC_CTYPE,"C"); // to get isspace(0xA0)==0, needed for UTF-8 setlocale(LC_NUMERIC,"C"); + portable_correct_path(); + Doxygen::runningTime.start(); initPreprocessor(); @@ -10067,7 +10069,6 @@ void initDoxygen() g_compoundKeywordDict.insert("union",(void *)8); g_compoundKeywordDict.insert("interface",(void *)8); g_compoundKeywordDict.insert("exception",(void *)8); - } void cleanUpDoxygen() |