Codestyle: Wrap doxygen documentation at 80 chars

Contributes to issue CURA-844.
This commit is contained in:
Ghostkeeper 2016-04-28 12:07:51 +02:00
parent 41ee575cc1
commit 0e92929be4

View file

@ -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.