12 Commits

Author SHA1 Message Date
Peter Bacon Darwin
ef3cc8e6eb chore(doc-gen): render optional members correctly
Partially Closes 
2015-07-03 09:00:20 +01:00
Peter Bacon Darwin
a504fa835e chore(doc-gen): improve github links to point to the correct tagged URL
Closes 
2015-06-02 10:56:23 +01:00
Peter Bacon Darwin
50c6efa187 chore(doc-gen): fix paths for links to modules and exports 2015-05-19 14:38:10 +01:00
Peter Bacon Darwin
b6b9ede425 chore(doc-gen): include interfaces in the possible exports from a module 2015-05-19 14:38:10 +01:00
Peter Bacon Darwin
9a72f19b97 chore(doc-gen): add TypeScript parsing 2015-05-19 14:38:08 +01:00
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
e1b0bab9a6 chore(doc-gen): ignore members marked with @private 2015-04-17 16:24:07 +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
Peter Bacon Darwin
1a99090b45 chore(doc-gen): don't show Members heading if no members
Closes 
2015-04-07 09:23:19 +02:00
Peter Bacon Darwin
609201e109 chore(doc-gen): add method signatures to members and functions
Closes https://github.com/angular/dgeni/issues/124
2015-03-31 22:12:41 +01:00
Peter Bacon Darwin
27e03591dd chore(docs): initial dgeni docs generation
Closes 
2014-12-04 14:17:08 +00:00