Skip to content

Commit

Permalink
Fix display in identity API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Apr 25, 2015
1 parent aa1b548 commit 759bea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/identity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ annotator.identity package
==========================

.. function:: annotator.identity.simple()

A module that configures and registers an instance of
:class:`annotator.identity.SimpleIdentityPolicy`.

Expand Down
1 change: 1 addition & 0 deletions src/identity.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var SimpleIdentityPolicy;

/**
* function:: simple()
*
* A module that configures and registers an instance of
* :class:`annotator.identity.SimpleIdentityPolicy`.
*/
Expand Down

0 comments on commit 759bea1

Please sign in to comment.