sphinx/tests/roots/test-directive-code/literal.inc
2019-01-02 21:53:07 +09:00

14 lines
213 B
C++

# Literally included file using Python highlighting
foo = "Including Unicode characters: üöä"
class Foo:
pass
class Bar:
def baz():
pass
# comment after Bar class definition
def bar(): pass