Convert doxygen to rst for SentryLogger, SimulationView, SliceInfo,

SolidView
This commit is contained in:
Nino van Hooff 2020-05-15 13:34:58 +02:00
parent a09cd0e63e
commit 58e43c0a07
4 changed files with 37 additions and 21 deletions

View file

@ -33,9 +33,10 @@ import math
catalog = i18nCatalog("cura")
## Standard view for mesh models.
class SolidView(View):
"""Standard view for mesh models."""
_show_xray_warning_preference = "view/show_xray_warning"
def __init__(self):