SFML community forums

General => SFML development => Topic started by: abdennour on June 01, 2023, 09:15:18 pm

Title: Is there an open issue in related to missing Doxygen tags
Post 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.
Title: Re: Is there an open issue in related to missing Doxygen tags
Post by: eXpl0it3r on June 01, 2023, 09:22:31 pm
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.
Title: Re: Is there an open issue in related to missing Doxygen tags
Post by: abdennour on June 01, 2023, 09:34:13 pm
Thank you for your response and clarification  :D.
I will proceed with making the necessary changes.

Once again, thank you for your help!