qdoc: Do not exclude *_p.cpp files from source files to parse
Some of the public APIs are still documented in private (_p.cpp) source files. Let qdoc parse them. Change-Id: I29ad87c21d663504f2b947d8b9ed76609c7946f3 Reviewed-by: Martin Smith <martin.smith@qt.io>bb10
parent
a1e94bcfbb
commit
99017d78ee
|
|
@ -226,7 +226,6 @@ falsehoods += \
|
|||
|
||||
|
||||
excludefiles += \
|
||||
"*_p.cpp" \
|
||||
"*_posix.cpp" \
|
||||
"*_android.cpp" \
|
||||
"*_win.cpp" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue