Last active
May 6, 2017 18:13
-
-
Save tommyilpazzo/63328ff89742a36835ab8466bd307dfe to your computer and use it in GitHub Desktop.
SFDC: Apex class documentation header template
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
/** | |
* Class description | |
* | |
* @author Tommaso Bolis | |
* @version 1.0 | |
* @description Class description | |
* @testedIn ClassNameTest | |
* @uses Class1, Class2 | |
* @code | |
* @history | |
* xxxx-xx-xx : Tommaso Bolis - Original | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment