Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

feat(): Support for documenting controllers and capitalized services, prettyprint custom usage examples #83

Merged
merged 6 commits into from
Apr 14, 2014

Commits on Mar 7, 2014

  1. Allow service names to be capitalized

    Angular doesn't prohibit this, and neither should the documentation
    system.
    
    This change does require capitalized `Type`s to be explicitly declared,
    although I can't find any instances of end-users relying on ngdocs to
    implicitly sniff out Types based on capitalization alone...
    Andrew Schmadel committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    a477f22 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Configuration menu
    Copy the full SHA
    acd0931 View commit details
    Browse the repository at this point in the history
  2. Make it possible to use 'ngdoc: controller' syntax

    Visa Kopu committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    c4e37d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Improved building of navigation

    Supports controllers. Also supports services with syntax `@ngdoc
    mymodule.something:MyService`
    Visa Kopu committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    d055c3b View commit details
    Browse the repository at this point in the history
  2. Prettyprint custom usage examples

    Visa Kopu committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    ab094f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f228e1d View commit details
    Browse the repository at this point in the history