Doxygen Typos
+ doxy whitespace formatting + added more misc. typos + grammar fixes [skip ci]
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user