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

add multiline comment support. #15

Merged
merged 2 commits into from Jul 18, 2018
Merged

add multiline comment support. #15

merged 2 commits into from Jul 18, 2018

Conversation

Sauci
Copy link
Contributor

@Sauci Sauci commented Jul 16, 2018

No description provided.

if invoked like bellow:
c.MultilineComment("""@file filename.c
@author author name
@Date date of today...
""")

the following comment will be generated:
/**
 * @file filename.c
 * @author author name
 * @Date date of today...
 */
@inducer inducer merged commit ff27351 into inducer:master Jul 18, 2018
@inducer
Copy link
Owner

inducer commented Jul 18, 2018

Thanks!

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.

None yet

2 participants