mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
This is not a highlightable cpp code block
This commit is contained in:
@@ -96,9 +96,10 @@ Example: Overloading __repr__
|
|||||||
std::string getName();
|
std::string getName();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
:file:`myclass.i`
|
:file:`myclass.i`
|
||||||
|
|
||||||
.. code-block:: c++
|
.. code-block::
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
%include "string.i"
|
%include "string.i"
|
||||||
|
|||||||
Reference in New Issue
Block a user