Copy ome.api.* documentation to omero.api.* (1)#4547
Conversation
|
@sbesson sorry, I meant to look at this last week but failed to find the published CI docs and then forgot about it. Where are the published docs for the latest merge build? |
|
@ximenesuk: see https://ci.openmicroscopy.org/view/DEV/job/OMERO-DEV-merge-build/ICE=3.5,jdk=8_LATEST,label=octopus/javadoc/slice2html/ or alternatively download the OMERO.docs artifacts which contains the API documentation. |
|
@sbesson thanks, I was looking in all the wrong places - so long since I have had to look on Jenkins. I'll review tomorrow. |
| * @param group a new | ||
| * {@link omero.model.ExperimenterGroup} instance. Not null. | ||
| * @return id of the newly created {@link ExperimenterGroup} | ||
| * @see <a href="https://trac.openmicroscopy.org/ome/ticket/1434">ticket:1434"</a> |
There was a problem hiding this comment.
I know this is a copy across from ome but do you want to pick up minor fixes here? If so then there is a stray double quote:
ticket:1434" -> ticket:1434
There was a problem hiding this comment.
More generally, none of the trac links resolve to anything. Is that expected in this build as they are external links? The source looks like the periods in the url are represented as double colons. Is that some intermediate representation or is it broken?
|
The copying on the whole looks fine. Some of my comments relate to minor errors that were in the original |
|
@ximenesuk: commits pushed to address your comments. A couple of comments:
|
| * photo is present, the oldest version will be modified (i.e. | ||
| * the highest updateEvent id). | ||
| * | ||
| * Note: as outlined in ticket:1794, this photo will be placed |
There was a problem hiding this comment.
This ticket reference needs to be a trac url
|
The four examples above are more of a question. The documentation doesn't match the code, should this be fixed as the move is made from ome -> omero or left for a later sweep? |
|
@ximenesuk: I would be in favor or addressing only the mismatching |
|
Looks good to merge. |
See https://trello.com/c/KLCaZX4X/19-copy-ome-api-documentation-to-omero-api
This PR initializes the copy of the Javadoc documentation from the first set of classes of
ome.api.*classes into the slice classes.To review this PR, either build the slice documentation via
slice2htmlor use the published CI documentation. Check the links are all working and there is no obvious error.