Initial upload: Doc2Man CLI tool with parsers, generators, and tests
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-31 00:54:20 +00:00
parent a3f08954d5
commit 76a4caf692

4
doc2man/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
"""Doc2Man - Generate man pages, Markdown, and HTML documentation from docstrings."""
__version__ = "0.1.0"
__author__ = "Doc2Man Contributors"