Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix all broken Javadoc @link tags
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed May 23, 2022
1 parent 15c73a4 commit 53fbd84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/server/interface/elements.HttpEndpoint.kmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "HttpPostEndpoint",
"extends": "HttpEndpoint",
"doc": "An :rom:cls:`HttpPostEndpoint` contains SINK pads for AUDIO and VIDEO, which provide access to an HTTP file upload function\n\n This type of endpoint provide unidirectional communications. Its :rom:cls:`MediaSources <MediaSource>` are accessed through the :term:`HTTP` POST method.",
"doc": "An :rom:cls:`HttpPostEndpoint` contains SINK pads for AUDIO and VIDEO, which provide access to an HTTP file upload function\n\n This type of endpoint provide unidirectional communications. Its :rom:cls:`MediaSources <MediaSource>` are accessed through the HTTP POST method.",
"constructor":
{
"doc": "Builder for the :rom:cls:`HttpPostEndpoint`.",
Expand Down
2 changes: 1 addition & 1 deletion src/server/interface/elements.PlayerEndpoint.kmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"doc": "Retrieves content from external sources.
<p>
PlayerEndpoint will access the given resource, read all available data, and
inject it into :term:`KMS`. Once this is is done, the injected video or audio
inject it into Kurento. Once this is is done, the injected video or audio
will be available for passing through any other Filter or Endpoint to which
the PlayerEndpoint gets connected.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/server/interface/elements.RecorderEndpoint.kmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ul>
</li>
<li>
<strong>Media Profile</strong> (:rom:attr:`MediaProfileSpecType`), used for
<strong>Media Profile</strong> (:rom:enum:`MediaProfileSpecType`), used for
storage. This will determine the video and audio encoding. See below for
more details about Media Profile.
</li>
Expand Down Expand Up @@ -217,7 +217,7 @@
},
{
"name": "stopOnEndOfStream",
"doc": "Forces the recorder endpoint to finish processing data when an :term:`EOS` is detected in the stream",
"doc": "Forces the recorder endpoint to finish processing data when an End Of Stream (EOS) is detected in the stream",
"type": "boolean",
"optional": true,
"defaultValue": false
Expand Down
2 changes: 1 addition & 1 deletion src/server/interface/elements.WebRtcEndpoint.kmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<strong>
Check the extended documentation of these parameters in
:rom:cls:`SdpEndpoint`, :rom:cls:`BaseRtpEndpoint`, and
:rom:ref:`RembParams`.
:rom:cls:`RembParams`.
</strong>
</p>
<ul>
Expand Down

0 comments on commit 53fbd84

Please sign in to comment.