pmatilai commented on this pull request.


> +    return;
+}
+
+static void setPartsSize(macroPartition *parts)
+{
+    parts->fn = parts->fe - parts->f;
+    parts->gn = parts->ge - parts->g;
+    parts->hn = parts->he - parts->h;
+    return;
+}
+
+/**
+ * Skip spaces before the input string
+ * @param str          string that starts after the ..
+ * @
+ */

In general, doxygen annotations don't belong to internal helper functions, 
trivial in particular.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/746#pullrequestreview-252200956
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to