Doxygen Typos

+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
This commit is contained in:
Unknown
2017-10-15 09:33:05 -04:00
committed by wmayer
parent 9adddc08ac
commit 31a32b9931
12 changed files with 49 additions and 49 deletions

View File

@@ -141,7 +141,7 @@ bool TaskDlgDatumParameters::accept() {
ext = true;
}
if(ext) {
// TODO rewrite this to be shared with CmdPartDesignNewSketch::activated() (2015-10-20, Fat-Zer)
// TODO: rewrite this to be shared with CmdPartDesignNewSketch::activated() (2015-10-20, Fat-Zer)
QDialog* dia = new QDialog;
Ui_Dialog dlg;
dlg.setupUi(dia);
@@ -174,7 +174,7 @@ bool TaskDlgDatumParameters::accept() {
if(!PartGui::TaskDlgAttacher::accept())
return false;
//we need to add the copied features to the body after the command action, as otherwise freecad crashs unexplainable
//we need to add the copied features to the body after the command action, as otherwise FreeCAD crashes unexplainably
for(auto obj : copies) {
if(pcActiveBody)
pcActiveBody->addObject(obj);