Skip to content

Commit 1c8ae99

Browse files
committed
v1.0.3
1. Fix old examples not showing
1 parent 5c81195 commit 1c8ae99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,8 @@ EXCLUDE_SYMBOLS =
11331133
# that contain example code fragments that are included (see the \include
11341134
# command).
11351135

1136-
EXAMPLE_PATH = examples
1136+
EXAMPLE_PATH = examples \
1137+
examples/old
11371138

11381139
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
11391140
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and

0 commit comments

Comments
 (0)