diff --git a/patchwork.md b/patchwork.md index eee0c1131..631a6cf8f 100644 --- a/patchwork.md +++ b/patchwork.md @@ -227,3 +227,10 @@ resolve this properly. Fixes #564 ``` + +``` +17a932920711a5c0361a5048c9e0a5e7a58e6364 +Bump cct-javadoc version + +Documentation will now be sorted (somewhat) correctly! +``` diff --git a/src/main/java/dan200/computercraft/shared/computer/apis/CommandAPI.java b/src/main/java/dan200/computercraft/shared/computer/apis/CommandAPI.java index 02cb8ab44..ae5955e70 100644 --- a/src/main/java/dan200/computercraft/shared/computer/apis/CommandAPI.java +++ b/src/main/java/dan200/computercraft/shared/computer/apis/CommandAPI.java @@ -117,7 +117,6 @@ public class CommandAPI implements ILuaAPI { * @param command The command to execute. * @return The "task id". When this command has been executed, it will queue a `task_complete` event with a matching id. * @throws LuaException (hidden) If the task cannot be created. - * @cc.tparam string command The command to execute. * @cc.usage Asynchronously sets the block above the computer to stone. *
* commands.execAsync("~ ~1 ~ minecraft:stone") diff --git a/src/main/java/dan200/computercraft/shared/peripheral/diskdrive/DiskDrivePeripheral.java b/src/main/java/dan200/computercraft/shared/peripheral/diskdrive/DiskDrivePeripheral.java index d1a6631fd..f5065e6cc 100644 --- a/src/main/java/dan200/computercraft/shared/peripheral/diskdrive/DiskDrivePeripheral.java +++ b/src/main/java/dan200/computercraft/shared/peripheral/diskdrive/DiskDrivePeripheral.java @@ -155,7 +155,8 @@ public class DiskDrivePeripheral implements IPeripheral { /** * Returns the title of the inserted audio disk. * - * @return The title of the audio, or {@code nil} if no audio disk is inserted. + * @return The title of the audio, or {@code false} if no audio disk is inserted. + * @cc.treturn string|nil|false The title of the audio, {@code false} if no disk is inserted, or {@code nil} if the disk has no audio. */ @LuaFunction @Nullable