SFML community forums
General => SFML development => Topic started by: abdennour on June 01, 2023, 09:15:18 pm
-
Hi there,
While reading parts of the source, I noticed missing doxygen tag \return in a [[nodiscard]] function.
I also found missing comments // namespace NAME (which does not follow the style recommended in https://www.sfml-dev.org/style.php).
I wanted to make the changes and send the pull-request, but I wanted to know first if these changes are important enough to make a patch? if its the case, does this require opening an issue on github first or is there a default issue for these changes ?
Thanks for your help.
-
Yeah, while they don't change anything on the functionality of the library, such changes are still important and highly appreciated. :)
They don't need an accompanying GitHub issue, since the fixes should be straight forward.
-
Thank you for your response and clarification :D.
I will proceed with making the necessary changes.
Once again, thank you for your help!