Add a man page for gtk4-node-editor
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 May 2022 03:48:13 +0000 (23:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 May 2022 11:18:36 +0000 (07:18 -0400)
docs/reference/gtk/gtk4-node-editor.rst [new file with mode: 0644]
docs/reference/gtk/meson.build

diff --git a/docs/reference/gtk/gtk4-node-editor.rst b/docs/reference/gtk/gtk4-node-editor.rst
new file mode 100644 (file)
index 0000000..3b8630d
--- /dev/null
@@ -0,0 +1,27 @@
+.. _gtk4-node-editor(1):
+
+=================
+gtk4-node-editor
+=================
+
+-----------------
+Editor render nodes
+-----------------
+
+SYNOPSIS
+--------
+
+|   **gtk4-node-editor** [OPTIONS...]
+
+DESCRIPTION
+-----------
+
+``gtk4-node-editor`` is a utility to show and edit render node files.
+Such render node files can be obtained e.g. from the GTK inspector.
+
+OPTIONS
+-------
+
+``-h, --help``
+
+  Show the application help.
index a7af607b9198ded383755d76164c11466ad77c39..fbb5f52ad8fb46b53da269b154c408b1cb9f839f 100644 (file)
@@ -78,6 +78,7 @@ if get_option('man-pages') and rst2man.found()
       [ 'gtk4-demo-application', '1', ],
       [ 'gtk4-widget-factory', '1', ],
       [ 'gtk4-icon-browser', '1', ],
+      [ 'gtk4-node-editor', '1', ],
     ]
   endif