sphinx/tests/root/literal.inc

14 lines
201 B
C++

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