-
Notifications
You must be signed in to change notification settings - Fork 152
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
MATLAB/Octave comments #357
Comments
I started work in this, only to found out this is a bit more complicated. Both the I'm not sure how to deal with 2 valid comment syntax in Reuse at the moment. There is a similar thing going on for the |
@nicorikken Good question! Please feel free to make a suggestion. For adding a comment, I think we could stick to one syntax. Of course, one could try to find out an already used comment syntax but that seems to be a bit overload IMHO. For detecting used comment styles, we may only have to add |
In Matlab, So I think you could just reuse (pun intended) the For detection, it would of course be nice if all valid styles are recognized. |
Thanks @JoKeyser for sharing your insight. Then it should be easy to add support. |
Closed by #1015 |
Hi!
I just used the reuse-tool to license our code properly. The tool is great and I had no major issues when sorting things out. Thanks for preparing and maintaining the tool!
I would only recommend that you add the option of adding headers in MATLAB/Octave files (.m files). MATLAB/Octave are quite popular amongst the scientific community. I had to add headers in our code manually. I saw later from your source code that I could also use the option of adding headers to Tex files (LaTeX and MATLAB/Octave have same style of single line comments). In MATLAB/Octave single line comments start with "%", while block comments are encapsulated in
%{
...
comments block
...
%}
I think this simple addition would make your tool even better and useful for a wider audience.
Cheers, Jure
The text was updated successfully, but these errors were encountered: