Is it possible for multiple users to edit the same Javadoc through egit?

59 Views Asked by At

I am working on a project with a team. We want to have inlined documentation for our project that can be edited by multiple users. Can this be done through github -- make some java doc comments, commit to github so that another person can check out your version of code along with the javadoc you generated ?

If there is a way to do this, please let me know.

Thanks

1

There are 1 best solutions below

3
On

Since Git does not care about the type of the file you check in - I have no doubt it is doable. Nothing needs to be changed in your workflow also.