-
-
Save enreeco/4ea26d2eb096cb7c11840d6f6b90c950 to your computer and use it in GitHub Desktop.
SFDC: Apex class documentation header template
This file contains 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 FirstName LastName | |
* @version 1.0 | |
* @description Class description | |
* @testedIn ClassNameTest | |
* @uses Class1, Class2 | |
* @code | |
* @history | |
* xxxx-xx-xx : FirstName Lastname Original | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment