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

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

@tet3

Description

@tet3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions