Compare commits

...

2 Commits

Author SHA1 Message Date
71b500e030 Merge branch 'dev' into python-renderer 2019-11-17 14:49:13 +01:00
2d7103abbb Fix doxygen 2019-11-17 14:49:00 +01:00

View File

@ -77,9 +77,9 @@ static void layer_settings_class_init(LayerSettingsClass *klass)
* @brief Copy layer_info struct * @brief Copy layer_info struct
* *
* This function copies a layer info struct. * This function copies a layer info struct.
* Be aware, that it does not only copy the pointer to the
* layer name, but instead duplicates the string.
* *
* @note Be aware, that it does not only copy the pointer to the
* layer name, but instead duplicates the string.
* @param info Info to copy * @param info Info to copy
* @return new layer_info struct * @return new layer_info struct
*/ */