mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Fix styling of generated cpp documentation
This commit is contained in:
@@ -1,15 +1,34 @@
|
||||
|
||||
*********************
|
||||
:mod:`test_py_module`
|
||||
*********************
|
||||
***************************************
|
||||
API documentation and generated content
|
||||
***************************************
|
||||
|
||||
.. contents:: Table of Contents
|
||||
|
||||
:mod:`test_py_module`
|
||||
=====================
|
||||
|
||||
.. automodule:: test_py_module.test
|
||||
:members:
|
||||
:private-members:
|
||||
:special-members:
|
||||
|
||||
|
||||
C++ API
|
||||
=======
|
||||
|
||||
.. cpp:type:: MyType
|
||||
|
||||
Some type
|
||||
|
||||
.. cpp:function:: const MyType Foo(const MyType bar)
|
||||
|
||||
Some function type thing
|
||||
|
||||
.. cpp:class:: template<typename T, std::size_t N> std::array
|
||||
|
||||
Some cpp class
|
||||
|
||||
|
||||
Generated Index
|
||||
===============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user