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

feat: extend description extraction with Returns keyword #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tobehn
Copy link

@tobehn tobehn commented Sep 6, 2024

the description extraction utility now can identify and extract "Returns:" from comments in order to make returns descriptions available for parsing as suggested in this Vanilla-OS/Vib#106 (comment) conversation.

@mirkobrombin please let me know if this disturbs you more than it helps.

@mirkobrombin
Copy link
Member

Pallas' source code also works as a demo of Pallas itself. Can you add returns to its public functions?

@tobehn
Copy link
Author

tobehn commented Sep 8, 2024

Do you mean adding the comments and include // Returns:?

Yes of course,
I can do that.

@mirkobrombin
Copy link
Member

Do you mean adding the comments and include // Returns:?

Yes of course, I can do that.

yup

@tobehn
Copy link
Author

tobehn commented Sep 9, 2024

Do you mean adding the comments and include // Returns:?
Yes of course, I can do that.

yup

created an additional PR #9

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

Successfully merging this pull request may close these issues.

3 participants