mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-19 05:57:09 +00:00
Ensure only one sphinx module:: directive exists
* Others using automodule:: must have :noindex:. * I'm unclear when this is required - travis hit an error on this but I couldn't reproduce it locally, but it seems harmless.
This commit is contained in:
@@ -8,6 +8,7 @@ D3D11 Pipeline State
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:noindex:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
|
||||
@@ -8,6 +8,7 @@ D3D12 Pipeline State
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:noindex:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
|
||||
@@ -8,6 +8,7 @@ OpenGL Pipeline State
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:noindex:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
|
||||
@@ -8,6 +8,7 @@ Vulkan Pipeline State
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:noindex:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
|
||||
Reference in New Issue
Block a user