Base: Fix header uniformity, whitespace, and doxygen

[skip ci]
This commit is contained in:
luz paz
2020-11-22 12:00:16 -05:00
committed by wwmayer
parent 810a8dc643
commit 01b21e0d06
77 changed files with 511 additions and 433 deletions

View File

@@ -121,7 +121,7 @@ void PyException::raiseException() {
std::string exceptionname;
if (_exceptionType == Base::BaseExceptionFreeCADAbort)
edict.setItem("sclassname",
edict.setItem("sclassname",
Py::String(typeid(Base::AbortException).name()));
if (_isReported)
edict.setItem("breported", Py::True());
@@ -159,7 +159,7 @@ void PyException::setPyException() const
SystemExitException::SystemExitException()
{
// Set exception message and code based upon the pthon sys.exit() code and/or message
// Set exception message and code based upon the python sys.exit() code and/or message
// based upon the following sys.exit() call semantics.
//
// Invocation | _exitCode | _sErrMsg