Doxygen tags in the documentation

I am just wondering if there’s any particular reason to use tags like <pre></pre> around examples instead of doxygen’s \code{c} \endcode ?
Same with possibility of using \note tag

The main reason is the original FreeRTOS.org website was entirely written in Doxygen - html support in Doxygen was in its infancy then and those tags rendered correctly in the browsers - not even sure the \code tags were even available.

Is it ok to try to replace them? I can create test PR for selected file initially.

If it is causing you a problem then yes.

Thank you! I will create appropriate PR!