Skip to content

Commit 75a10b9

Browse files
committed
Use the right filenames for the examples files
1 parent e25c2c5 commit 75a10b9

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

docs/examples/parsing/example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Parsing a c++ file
55
This example shows how to setup pygccxml to parse a c++ file, and how
66
to access the declaration tree.
77

8-
Let's consider the following c++ file (example.cpp):
8+
Let's consider the following c++ file (example.hpp):
99

1010
.. literalinclude:: example.hpp
1111
:language: c++

0 commit comments

Comments
 (0)