Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows

This commit is contained in:
hgutsche
2017-02-27 10:29:05 -05:00
committed by wmayer
parent df67368134
commit de8f66f857
30 changed files with 103 additions and 97 deletions

View File

@@ -77,7 +77,7 @@ template<> PyObject* Fem::FemSolverObjectPython::getPyObject(void) {
}
return Py::new_reference_to(PythonObject);
}
/// @endcond
// explicit template instantiation
template class AppFemExport FeaturePythonT<Fem::FemSolverObject>;