Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentação não suporta a tipagem de retorno de classes #72

Closed
izacsc opened this issue Oct 20, 2021 · 0 comments
Closed

Documentação não suporta a tipagem de retorno de classes #72

izacsc opened this issue Oct 20, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed Snippets Issues relacionadas a snippets

Comments

@izacsc
Copy link

izacsc commented Oct 20, 2021

Issue Type: Bug

Ao tentar documentar um método com a seguinte assinatura:

method authenticate( cUser as character, cPassword as character ) as logical class engine

a documentação não identifica corretamente os nomes e argumentos

Se remover o tipo do método o processamento é feito corretamente:

method authenticate( cUser as character, cPassword as character ) class engine

Extension version: 0.9.0
VS Code version: Code 1.61.2 (6cba118ac49a1b88332f312a8f67186f7f3c1643, 2021-10-19T14:57:20.575Z)
OS version: Windows_NT x64 10.0.18362
Restricted Mode: No

@AlencarGabriel AlencarGabriel added bug Something isn't working help wanted Extra attention is needed Snippets Issues relacionadas a snippets labels Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed Snippets Issues relacionadas a snippets
Projects
None yet
Development

No branches or pull requests

2 participants