diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-01-07 18:55:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 18:55:07 +0200 |
commit | 8b54ee58efe5dc8f2cb23a1e54578090243bc599 (patch) | |
tree | 6ec94ebe2dfe402d22296ced40bb81789c6fb4d4 /docs/markdown/snippets | |
parent | 484a389bbe186120f3328b6c47c86b087f32a530 (diff) | |
parent | 2c4a98f851c4a363cb8dd83b2270243ce2990442 (diff) | |
download | meson-8b54ee58efe5dc8f2cb23a1e54578090243bc599.zip meson-8b54ee58efe5dc8f2cb23a1e54578090243bc599.tar.gz meson-8b54ee58efe5dc8f2cb23a1e54578090243bc599.tar.bz2 |
Merge pull request #9773 from annacrombie/master
Add a man page backend to refman
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/refman_man_page_backend.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/refman_man_page_backend.md b/docs/markdown/snippets/refman_man_page_backend.md new file mode 100644 index 0000000..2a774e2 --- /dev/null +++ b/docs/markdown/snippets/refman_man_page_backend.md @@ -0,0 +1,4 @@ +## Add a man page backend to refman + +The refman docs (function and object reference) can now be generated as a man +page. |