Browse Source

Codestyle: Wrap doxygen documentation at 80 chars

Contributes to issue CURA-844.
Ghostkeeper 9 years ago
parent
commit
0e92929be4

+ 2 - 2
plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py

@@ -34,8 +34,8 @@ class VersionUpgrade21to22(VersionUpgrade):
 
     ##  Translates settings for the change from Cura 2.1 to 2.2.
     #
-    #   Each setting is changed in-place in the provided dictionary. This changes
-    #   the input parameter.
+    #   Each setting is changed in-place in the provided dictionary. This
+    #   changes the input parameter.
     #
     #   \param settings A dictionary of settings (as key-value pairs) to update.
     #   \return The same dictionary.