diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-10-23 21:41:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 10:28:34 +0700 |
commit | 5883ffd64c43f93f50a086df930cffcba2181e57 (patch) | |
tree | 3e8f8f490d08359982bb1fae8bb117952288ded9 /python/breathe/README | |
parent | 12544371e3ab05655a1d476ad41aa05b1d8e4f35 (diff) |
python/breathe: Added (Sphinx Doxygen Renderer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/breathe/README')
-rw-r--r-- | python/breathe/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/breathe/README b/python/breathe/README new file mode 100644 index 0000000000..74d1dd08cf --- /dev/null +++ b/python/breathe/README @@ -0,0 +1,5 @@ +Breathe is a sphinx plugin providing beautiful integrated +doxygen output in your user-facing documentation.It allows +you to combine doxygen's excellent technical understanding +of your codebase with the superb long form documentation +output of the sphinx system. |