Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Multi-line comments skipped if multiple spaces follow asterisk #67

Open
tet3 opened this issue Mar 2, 2017 · 0 comments
Open

Multi-line comments skipped if multiple spaces follow asterisk #67

tet3 opened this issue Mar 2, 2017 · 0 comments

Comments

@tet3
Copy link

tet3 commented Mar 2, 2017

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:

2017-03-02-developer salesforce org_cumulus_apexdocumentation_tdtm_defaultconfig html getde

It should include lines with leading asterisks regardless of following whitespace.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant