Envrin Posted July 3, 2019 Share Posted July 3, 2019 I have to be doing something wrong here, but so far Googling hasn't helped. Take a look here: https://demo.envrin.com/api/classes/apex.app.msg.emailer.html#method_send The doc-block is correct, or at least as far as I can tell it is, character-by-character. I'm blind though, but have tried different combinations of things like "String" instead of "string" or "@Param" instead of "@param". Made sure the ends of the @param lines ende din a period, and that seemed to help a little. Nonetheless, why does it keep adding the namespace to everything in front of "string" like that? Any why are the paramaters section all screwed up? Any help would be appreciated. Thanks! Quote Link to comment Share on other sites More sharing options...
requinix Posted July 3, 2019 Share Posted July 3, 2019 I wonder if the typo near $to_name is to blame... Quote Link to comment Share on other sites More sharing options...
Envrin Posted July 4, 2019 Author Share Posted July 4, 2019 Ohhh, I figured it out. I was indenting the @param lines by 4 spaces, so it was picking them up as a multi-line tag. New lines only get 1 spce indentation, no more, got it! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.