-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can official provide a simple demo #2
Comments
What do you expect from a demo? |
A checkout and run demo project would be great. |
Setting this up is really easy. You simply make sure the doclet is run and that the |
Hey, it's up to you, but +1 the guys above - README.md is less than friendly. It doesn't mention that you need to build the stuff (rather than including as dependency) and no instructions on how to build, no sample for gradle, etc. Yes, it's all could be inferred - and I did just that - but that's like providing no javadoc for your public code and saying "you can figure out how it works from the code, its simple". What is simple for you may be... less simple to others. Again, up to you in the end -- but for some reason springfox itself has a good reference documentation, rather than just a quick sample in the readme.md thanks for the excellent library! |
Hi @aramir, I agree that there can never be too much documentation. Unfortunately, I don't know gradle. If you have a working example using gradle, would you be so kind to provide a pull request for the README.md? |
Maybe you could show how to run things from the command line (i.e. not in a build system), and we could help with converting it. I actually want to use it from a project that builds with ant. |
Sorry @jaredhodge Im just getting to this... will try to get something if someone from the community hasn't contributed yet |
@dilipkrish ; I haven't seen anything from the community yet. Some sort of non-maven example would be very helpful. |
Anything would be good ...I didn't get it to run correctly even after having poured hours of effort into it because of missing documentation / example. Just give us "something" that runs and we would be happy. ...this has lots of potential IMHO ...but without people being able to run it, it becomes worthless code lying around. |
@dagnelies @jaredhodge sorry this project has been ignored a little bit 😳Will update this instructions |
@dilipkrish |
@amutsch None of the examples there cover this project. This project is about generating static swagger doc using the javadoc comments. I think everybody would be happy to see a single demo of this thing working 😋 |
@dagnelies @dilipkrish |
Can official provide a simple demo
The text was updated successfully, but these errors were encountered: