Misc. typos
+ some are doxy others are just comment code. + some minor whitespace and grammatical tweaks. + app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
This commit is contained in:
@@ -219,8 +219,8 @@ def p_anymodifier(p):
|
||||
| MODIFIERDISABLE
|
||||
'''
|
||||
#just return the plain modifier for now
|
||||
#has to be changed when the modifiers are inplemented
|
||||
#please note that disabled objects usually are stript of the CSG ouput during compilation
|
||||
#has to be changed when the modifiers are implemented
|
||||
#please note that disabled objects usually are stripped of the CSG output during compilation
|
||||
p[0] = p[1]
|
||||
|
||||
def p_statementwithmod(p):
|
||||
|
||||
Reference in New Issue
Block a user