update repo structure to non gnu elpa compat #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey,
here's the PR.
Quite some commits where necessary to get this where I wanted it to be.
The reason for that is that I needed to find out how to tell non-gnu elpa to
take the latest commit (the one it liked to take was one where my linux account
name was contained in
doxymacs.el
which was not correct for most users).In the end it simply was necessary to bump the version number of
doxymacs.el
.Hope you can merge this without issues :)
As a side note I would like to continue working on this project if you don't
mind. This is due to me missing a feature in daily use:
When creating a javadoc-formatted comment for a C++ function, no
@throws
declaration can be generated because C++ deprecated
throws
annotations inC++11. I would like to test whether it be somewhat alright performance-wise to
search the function's body for any
throw
keywords and add the correspondingtype to the
@throws
like in@throws std::logic_error if x is less than 42
. I am getting side tracked.As far as I can tell, this will be able to work with non gnu elpa.
Have a good day