You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
/*******************************************************************************************************
* @description Returns the default TDTM configuration.
* @return List<Trigger_Handler__c> a list of trigger handler records with the default values. The records
* have not yet been inserted in the database. You can manipulate them, if necessary, and insert
* them. If no Trigger_Handler__c records exist, the application will insert the defaults when any
* of the NPSP triggers run.
*/
The ApexDoc will stop at the end of the first @return line:
It should include lines with leading asterisks regardless of following whitespace.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given a comment like:
The ApexDoc will stop at the end of the first
@return
line:It should include lines with leading asterisks regardless of following whitespace.
The text was updated successfully, but these errors were encountered: