You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @link works (as long as there is a Data Type for that enum) in the main java doc - but @link does not work when part of the @param documentation
The javadoc for my endpoints is:
/**
Get messages in a channel, including any admin redacted messages. Messages are always returned from oldest to latest based on the created
date of a message. By default, the latest 5 messages of a channel will be retrieved.
You may page through messages in the channel by providing a reference message id and a {@link org.familysearch.chat.api.MessageLogicOperator} for that message.
@param streamCid The Stream cid which is a concatenation of the Stream Chat channel type and Stream Chat channel id separated by a colon (":") e.g: fs_direct:z1pz8xx-vr21L9-3262005
@param streamMessageId The stream message id used as a reference to start retrieving from. If not provided, the latest message will be used.
@param messageLogicOperator Required only when a messageId is provided. A valid {@link org.familysearch.chat.api.MessageLogicOperator} to retrieve relative messages from - based on the reference Stream messageId.
The @link works (as long as there is a Data Type for that enum) in the main java doc - but @link does not work when part of the @param documentation
The javadoc for my endpoints is:
Notice the {@link org.familysearch.chat.api.MessageLogicOperator} in the main java doc and also within the @param messageLogicOperator
This is an image of the generated documentation
The text was updated successfully, but these errors were encountered: