6 Commits

Author SHA1 Message Date
Peter Bacon Darwin
fbd6851860 chore(doc-gen): add ids to members to allow direct linking
You can now write a link to a member of a class by appending the member name
to the class name joined by a hash sign:

```
{@link ControlGroupDirective#addDirective `addDirective`}
```

By default the link will contain the text of the class rather than the member
so you must add it as an inline code text snippet in the link tag.

Closes 
2015-04-18 22:06:49 +01:00
Peter Bacon Darwin
9f8a9c6fc7 chore(doc-gen): ensure all public exports are rendered in public_docs
Closes 
2015-04-08 18:58:44 +02:00
Peter Bacon Darwin
105ba30ce9 chore(doc-gen): improve method signature formatting
Re-use the preformatting from the source code to layout method signatures
more cleanly.
2015-04-08 17:11:34 +02:00
GabrielBico
1872b03fb8 style(docs/app): remove commented code
Closes 
2015-03-17 22:09:03 +00:00
Peter Bacon Darwin
94b541a3e8 chore(docs): add code prettification
Closes 
2014-12-06 11:26:09 +00:00
Peter Bacon Darwin
27e03591dd chore(docs): initial dgeni docs generation
Closes 
2014-12-04 14:17:08 +00:00