Created
January 27, 2012 19:50
-
-
Save kriszyp/1690583 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# My Cool Package | |
Here is little introduction. | |
## module-a | |
A little intro to this module. here are the methods/props: | |
<pull-in-from-api-docs> <!-- get stuff from code --> | |
<example for="myMethod1"> | |
require(["module-a"], function(moduleA){ | |
moduleA.myMethod1(); | |
}); | |
</example> | |
or | |
### myMethod2 (gets integrated with API) | |
moduleA.myMethod2(); // another example | |
</pull-in-from-api-docs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment