mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add support for documenting bindings API directly in code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Enums and Data Structures
|
||||
=========================
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
:exclude-members: free_functions__, str
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Functions
|
||||
=========
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
Python API
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
main_ifaces
|
||||
funcs
|
||||
enums_data
|
||||
qrenderdoc
|
||||
@@ -0,0 +1,4 @@
|
||||
Primary Interfaces
|
||||
==================
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
QRenderDoc
|
||||
==========
|
||||
|
||||
.. automodule:: qrenderdoc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
|
||||
Reference in New Issue
Block a user