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

@@ -92,4 +92,6 @@ template<> PyObject* Fem::FemMeshObjectPython::getPyObject(void) {
// explicit template instantiation
template class AppFemExport FeaturePythonT<Fem::FemMeshObject>;
/// @endcond
}