Old-style documentation files inhibit start-up
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If someone has one or more old-style documentation files in his or her <>/docs folder, then these files will inhibit the start-up and lead to an early crash.
The issue is most assured in line 504 in doc_helper.cpp, which should be guarded by a try catch block, because the constructor of the DocumentationFile object may throw an error.
Multiple start-ups without any deviation were performed.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r935]
Actually, the issue was an unmachted
<br>in the documentation file, which produced this issue. However, the fix handles the real issue nevertheless.Diff: