Documentation index was not found in clean installs
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The documentation index won't be found in clean installs of v1.0.9rc2.
Analysis:
The error results from the additional lines
if (!fileExists(sDocIndexFile))
{
cerr << endl << " ERROR: Documentation index was not found." << endl;
return;
}
in doc_helper.cpp. Remove these lines.
Implementation:
Lines were removed.
Tests:
A clean installation was performed and started. Documentation index was loaded and available. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: