parallaxinc / Simple-Libraries

Contents of the SimpleIDE workspace folder and its Parallax Learn Simple Libraries subfolder.
http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder
21 stars 21 forks source link

Remove carrots after /// which were causing HTML parser errors in Doxygen docs #25

Closed DavidZemon closed 8 years ago

DavidZemon commented 8 years ago

Doxygen produces bad xhtml files (maybe HTML too, not sure) when there are comments such as "///<" in the file. The carrot at the end makes the Chrome (and maybe other browsers too?) fail to display the page. An example can be seen on PropWare's class listing here: http://david.zemon.name/PropWare/annotated.xhtml

DavidZemon commented 8 years ago

This was a known bug in Doxygen that was just fixed in release 1.8.11. It is no longer required to merge this pull request.

However, the extra characters are odd, so perhaps they weren't meant to be there in the first place?

AndyLindsay commented 8 years ago

Agreed, the characters are extraneous. Merged, thanks for the update.