This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
Given a comment like:
/*******************************************************************************************************
* @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.