-
Notifications
You must be signed in to change notification settings - Fork 54
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
Expand the readme #17
Comments
May I suggest we use The code already contains quite a lot of Doxygen compatible comments, and additional material could be added there as well. The ROS buildfarm also automatically generates API documentation based on |
That sounds reasonable (though I am not sure of how to set that up), thanks for the suggestion! Also, just to clarify what I intended with the "structure/class descriptions":
This just so that one can get a quick overview, without digging into the details. |
re: structure/class descriptions: that's exactly what I would put in the Doxygen docs (see the Those can then be pushed to a gh-pages branch and we'll have them hosted right here on github. |
Ok, great :) |
Follow-up thought: Also, I will probably add some hints on how to build the library on Windows as well. |
My suggestion would be to avoid duplication as much as possible. The rendered documentation would be hosted on github (so available on-line for everyone). Additionally, users can generate it off-line on their own machines (provided they have And even without
If we get #3 fixed, building on Windows should be straightfoward: CMake supports Windows just as well as other platforms. |
Besides #3, a few additional fixes will be necessary to correctly compiled the library on Windows. One issue for sure is symbol visibility, but that can be easily addressed by setting If the library is supposed to be distributed in binary form on Windows, some additonal work may be necessary to create a |
@traversaro: tracking potential Windows blockers in #44. |
@jontje: "expand the readme" is essentially an unreachable goal :) We can always expand it further. Would it make sense to close this issue and open new ones if/when additional updates/extensions to the readme are needed? |
@gavanderhoorn: Yes, I fully agree, I will close this. |
Add sections for:
The text was updated successfully, but these errors were encountered: