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

Keep order of members #17

Open
mxmlnkn opened this issue Jul 6, 2021 · 1 comment
Open

Keep order of members #17

mxmlnkn opened this issue Jul 6, 2021 · 1 comment

Comments

@mxmlnkn
Copy link

mxmlnkn commented Jul 6, 2021

Hello,

Thank you for providing this useful tool!

I tried it on some headers and it is a good start but I noticed that the members seem to have a complete random order, neither alphabetical nor the order as defined in the original headers.

I think it would be helpful to keep the order as defined in the input headers.

As for reproducing the problem if it is code dependend. I ran:

hpp2plantuml -i 'indexed_bzip2/*.hpp' > ParallelBZ2Reader.puml

on indexed_bzip2.

@thibaultmarin
Copy link
Owner

Currently, class members should be ordered alphabetically by type then name. It may be possible to implement an option to sort by input filename and position in the filename, I will look into this in a coming version.

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

2 participants