Skip to content
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
@teddywing

Description

@teddywing

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

Here's what it looks like:
screen shot 2014-03-24 at 7 06 41 pm

I tried adding a semicolon and building the docs, but even then I still see the character entity not the '@' symbol.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions