This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
@-signs in doc block code examples don't get converted from HTML entities #6822
Closed
Description
There's a doc comment in the ngAnimate source that includes a CSS @keyframes
example. The '@' sign is entered as an HTML character entity so as not to conflict with doc parsing:
https://github.com/angular/angular.js/blob/master/src/ngAnimate/animate.js#L109
On the documentation page, this HTML entity does not get converted:
http://docs.angularjs.org/api/ngAnimate
I tried adding a semicolon and building the docs, but even then I still see the character entity not the '@' symbol.