mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
13 lines
208 B
C++
13 lines
208 B
C++
# Literally included file using Python highlighting
|
|
|
|
foo = "Including Unicode characters: üöä" # This will be changed
|
|
|
|
class FooOrig:
|
|
pass
|
|
|
|
class BarOrig:
|
|
def baz():
|
|
pass
|
|
|
|
def bar(): pass
|