mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
cd163045be
Very close to API documentation complete for #95
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
{%- if show_headings %}
|
|
{{- [basename, "module"] | join(' ') | e | heading }}
|
|
|
|
{% endif -%}
|
|
.. automodule:: {{ qualname }}
|
|
{%- for option in automodule_options %}
|
|
:{{ option }}:
|
|
{%- endfor %}
|
|
|