We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcc0f5 commit a07432eCopy full SHA for a07432e
scripts/postprocess_doxygen_xml.py
@@ -22,7 +22,7 @@ def insert_example_code_from_file(combined_content):
22
els = combined_content.doxygen.find_all("programlisting")
23
all_examples = {}
24
# get the examples path
25
- examples_path = re.sub(r"/scripts/.*+$", "/lib/pico-examples", os.path.realpath(__file__))
+ examples_path = re.sub(r"/scripts/.+$", "/lib/pico-examples", os.path.realpath(__file__))
26
# get a recursive list of all files in examples
27
for f in os.walk(examples_path):
28
for filename in f[2]:
0 commit comments