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

Javadoc comments with multiple lines not converted to XML documentation #97

Open
PurelyAndy opened this issue Feb 2, 2024 · 1 comment

Comments

@PurelyAndy
Copy link

PurelyAndy commented Feb 2, 2024

This code will create a summary comment properly

/** Cool field that contains something. */
public int awesomeField;

This code will not

/**
 * Really cool field that contains something.
 * Keep in mind that this field is cooler than awesomeField.
 */
public int reallyAwesomeField;

This is the case with everything, not just fields.

@PurelyAndy
Copy link
Author

Only happens if you're running a Windows machine and trying to convert a file with Unix line endings. Maybe try to detect the line endings of the file rather than using Environment.NewLine?

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

No branches or pull requests

1 participant