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

@@ -122,7 +122,7 @@ class Ship:
pass
def cleanWeights(self, fp):
"""Reanalyse the weights list looking for duplicated opbjects, or
"""Reanalyse the weights list looking for duplicated objects, or
removed ones.
"""
if not len(fp.Weights):
@@ -150,7 +150,7 @@ class Ship:
fp.Weights = filtered_list
def cleanTanks(self, fp):
"""Reanalyse the weights list looking for duplicated opbjects, or
"""Reanalyse the weights list looking for duplicated objects, or
removed ones.
"""
if not len(fp.Tanks):
@@ -178,7 +178,7 @@ class Ship:
fp.Tanks = filtered_list
def cleanLoadConditions(self, fp):
"""Reanalyse the weights list looking for duplicated opbjects, or
"""Reanalyse the weights list looking for duplicated objects, or
removed ones.
"""
if not len(fp.LoadConditions):

View File

@@ -120,7 +120,7 @@ class Preview(object):
self.apLineLabel = DrawText('APText',
text,
Base.Vector(-0.5 * L, 0, zEnd))
# Draw the amin frame
# Draw the main frame
amLine = Part.makeLine((0, -0.5 * B, zStart), (0, -0.5 * B, zEnd))
Part.show(amLine)
objs = FreeCAD.ActiveDocument.Objects