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

pldoc support #92

Open
JoopBL opened this issue Dec 7, 2018 · 1 comment
Open

pldoc support #92

JoopBL opened this issue Dec 7, 2018 · 1 comment
Labels

Comments

@JoopBL
Copy link

JoopBL commented Dec 7, 2018

is it possible to add support for pldoc? Pldoc documents a plsql object like javadoc does.

I would like to have checks like:

  • does this object have a pldoc comment?
  • does every parameter of the object have a @param line in the pldoc?
  • are the para,eters and @param lines in the same sequence?
  • if it is a function is there a @return line?

Thanks in advance,
Joop

@felipebz
Copy link
Owner

felipebz commented Dec 7, 2018

That's a nice idea. I'll see how this can be implemented. Thanks!

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

No branches or pull requests

2 participants