-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
* at the start of each line not really working #52
Comments
Currently the output when rewrapping this is:
The expected output is this:
|
What language / file extension are you using here? Currently that form only works in Dart, Java, JavaScript, PHP and TypeScript, where it's working fine for me. However since it's also often used in other C languages I was planning to add it to those in the next release. |
BTW thanks for the review for the Visual Studio version. Could you open another issue for the other problem you mentioned (indents increasing each time)? |
I'm working in C++ files. |
Thanks. I've published an update (1.5.2) that supports this in all c-style languages. It should work as expected now. Just curious, what documentation tool do you use? |
The markup is for doxygen if that’s what you mean..?
… On 9 Oct 2017, at 21:50, Steve Baker ***@***.***> wrote:
Thanks. I've published an update (1.5.2) that supports this in all c-style languages. It should work as expected now.
Just curious, what documentation tool do you use?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGm4eji7VYyrE93iqHWfBSRg9CATI0Itks5sqocegaJpZM4PxTnM>.
|
Ps. thanks for the super-prompt fix. I’ll upgrade :)
… On 9 Oct 2017, at 21:50, Steve Baker ***@***.***> wrote:
Thanks. I've published an update (1.5.2) that supports this in all c-style languages. It should work as expected now.
Just curious, what documentation tool do you use?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGm4eji7VYyrE93iqHWfBSRg9CATI0Itks5sqocegaJpZM4PxTnM>.
|
Doxygen yeah thanks. I wasn't farmiliar with it but from a quick look at the docs it seems I'll need to do a couple of things to better support it. Firstly, it supports |
Thanks for the updated review :) Glad it's now working. |
Reformatting comments such as this doesn't work. It needs to identify that every line begins with a start and insert one at the start of the line when wrapping etc.
The text was updated successfully, but these errors were encountered: