| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | Allow "section/" links pointing to "section/index" | Vojta Jina | |
| 2011-06-06 | Allow relative links in docs | Vojta Jina | |
| So you can use links without section when they link within the section. | |||
| 2011-06-06 | Remove trailing ws | Vojta Jina | |
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
| 2011-06-06 | Fixed couple of failing tests in docs | Vojta Jina | |
| These tests were failing because of rewriting urls into new 'section' format, i.e. angular.scope -> api.angular.scope | |||
| 2011-06-06 | Log warning for every non existing link instead of throwing exception | Vojta Jina | |
| Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue... | |||
| 2011-06-06 | Check whether links do exist and throw exception | Vojta Jina | |
| 2011-06-06 | Fix sitemap include (to work on case sensitive linux) | Vojta Jina | |
| 2011-06-06 | fix syntax highlighting on the javascript | Misko Hevery | |
| 2011-03-11 | @require in ngdoc now takes reason for dependency | Misko Hevery | |
| 2011-02-22 | fix documentation for ie | Misko Hevery | |
| 2011-02-18 | corrected new lines in @link | Misko Hevery | |
| 2011-02-07 | markdown pre-processor should strip all the extra indentation | Igor Minar | |
| - split trim into trim and indent - merged my indentation code with trim - cleaned up some small issues | |||
| 2011-02-07 | @property should require type and description should be markdownified | Igor Minar | |
| 2011-02-03 | Added remainder of the cookbook | Misko Hevery | |
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-02-01 | Developer guide documentation | Misko Hevery | |
| 2011-01-27 | corrected sitemap.xml format | Misko Hevery | |
| 2011-01-26 | Added part of guide documentation and supporting changes to doc generator | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | Added SiteMap generation to the documentation | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-19 | ngdoc should escape content of pre in markdown | Igor Minar | |
| 2011-01-18 | verify that issue# 162 was fixed with doc rewrite | Misko Hevery | |
| 2011-01-14 | fixed select with ng:format | Misko Hevery | |
| select (one/multiple) could not chose from a list of objects, since DOM requires string ids. Solved by adding index formatter, which exposed incorrect handling of formatters in select widgets. | |||
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
| 2010-12-07 | @returns tag should allow the content to be split into multiple lines | Igor Minar | |
| 2010-11-25 | Doc specs: added test for markdown | Vojta Jina | |
| It should replace markdown between two <pre></pre>***<pre></pre> | |||
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-18 | add spec for incrementing headings | Igor Minar | |
| 2010-11-18 | add support for {@link} tags within @description and remove implicit linking | Igor Minar | |
| use as: - foo {@link bar} - foo {@link bar desc} I'm removing implicit linking because it unintentionally links stuff and generally interferes with other conversions. We have to link stuff explicitely from now on. | |||
| 2010-11-18 | adding support for @param.optional | Igor Minar | |
| 2010-11-18 | @returns description should support markdown | Igor Minar | |
| 2010-11-18 | make @returns type non-optional | Igor Minar | |
| 2010-11-18 | remove extra toolbar directive and support multiple pre's in describe | Igor Minar | |
| 2010-11-18 | add support for @deprecated ng:doc annotation + show warnings in templates | Igor Minar | |
| 2010-11-15 | Added basic Services, which support @memberOf and @methodOf | Vojta Jina | |
| 2010-11-15 | generate keyword for searches; improved layout of doc | Misko Hevery | |
| 2010-11-15 | added remaining directives and search box. | Misko Hevery | |
| 2010-11-10 | Added Directives | Misko Hevery | |
| 2010-11-09 | proper trimming of leading whitespace; url restriction to angular.* | Misko Hevery | |
| 2010-11-05 | changed to showdown from markup. added validator overview | Misko Hevery | |
| 2010-11-04 | added documentation for ng:include and ng:widget and test for doc collector. | Misko Hevery | |
