mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 08:13:49 +08:00
The @author Apex Doc tag is officially supported, but is generally unnecessary in the presence of source drive development. Instead make the comment focused on what the class is doing.
This commit is contained in:
parent
b29a3b532b
commit
d701680d45
@ -196,8 +196,9 @@ Class-level format:
|
||||
|
||||
```apex
|
||||
/**
|
||||
* @author Generated by Apex Skill
|
||||
* Provides services for geolocation and address conversion.
|
||||
*/
|
||||
public with sharing class GeolocationService { }
|
||||
```
|
||||
|
||||
Method-level format:
|
||||
@ -396,4 +397,4 @@ Deploy: <dry-run or next step>
|
||||
|
||||
## Troubleshooting Boundary
|
||||
|
||||
This skill handles production `.cls`/`.trigger` issues only: compile/parse failures, deployment dependency errors, runtime governor-limit failures. For test execution, assertions, coverage, or `sf apex run test` failures, delegate to `generating-apex-test`.
|
||||
This skill handles production `.cls`/`.trigger`/`.apex` issues only: compile/parse failures, deployment dependency errors, runtime governor-limit failures. For test execution, assertions, coverage, or `sf apex run test` failures, delegate to `generating-apex-test`.
|
||||
Loading…
Reference in New Issue
Block a user