joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

@since -> @SInCE #263

Closed PhilETaylor closed 2 years ago

PhilETaylor commented 4 years ago

On this page:

https://developer.joomla.org/coding-standards/docblocks.html

All the @since tags are messed up and display as @SInCE even though the code here on GitHub is correct.

Screenshot 2020-07-02 at 18 35 54
mbabker commented 4 years ago

Not going to be fixed without changing the Markdown parser to anything but GitHub's API endpoint (which, may not be the worst of ideas in the long run; https://github.com/joomla/developer.joomla.org/tree/master/components/com_ghmarkdowndisplay is the component frontend code if someone has too much free time on their hands).