sphinx/tests/roots/test-directive-code/literal.inc

15 lines
237 B
C++

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