diff --git a/docs/devel/dump-offsets.rst b/docs/devel/dump-offsets.rst index 80748e0d32..53b75d0751 100644 --- a/docs/devel/dump-offsets.rst +++ b/docs/devel/dump-offsets.rst @@ -3,7 +3,7 @@ devel/dump-offsets .. dfhack-tool:: :summary: Dump the contents of the table of global addresses. - :tags: unavailable dev + :tags: dev .. warning:: diff --git a/docs/devel/find-primitive.rst b/docs/devel/find-primitive.rst index d162560e07..773fbc5911 100644 --- a/docs/devel/find-primitive.rst +++ b/docs/devel/find-primitive.rst @@ -3,7 +3,7 @@ devel/find-primitive .. dfhack-tool:: :summary: Discover memory offsets for new variables. - :tags: unavailable dev + :tags: dev This tool helps find a primitive variable in DF's data section, relying on the user to change its value and then scanning for memory that has changed to that diff --git a/docs/devel/print-args.rst b/docs/devel/print-args.rst index f5ad8af85b..2cdf1f81a3 100644 --- a/docs/devel/print-args.rst +++ b/docs/devel/print-args.rst @@ -3,7 +3,7 @@ devel/print-args .. dfhack-tool:: :summary: Echo parameters to the output. - :tags: unavailable dev + :tags: dev Prints all the arguments you supply to the script, one per line. diff --git a/docs/devel/print-args2.rst b/docs/devel/print-args2.rst index aac9b27f94..1561227758 100644 --- a/docs/devel/print-args2.rst +++ b/docs/devel/print-args2.rst @@ -3,7 +3,7 @@ devel/print-args2 .. dfhack-tool:: :summary: Echo parameters to the output. - :tags: unavailable dev + :tags: dev Prints all the arguments you supply to the script, one per line, with quotes around them. diff --git a/docs/devel/save-version.rst b/docs/devel/save-version.rst index 5b33d6680f..aa654488c0 100644 --- a/docs/devel/save-version.rst +++ b/docs/devel/save-version.rst @@ -3,7 +3,7 @@ devel/save-version .. dfhack-tool:: :summary: Display what DF version has handled the current save. - :tags: unavailable dev + :tags: dev This tool displays the DF version that created the game, the most recent DF version that has loaded and saved the game, and the current DF version.