mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
`inline namespace` should be skipped in header parser namespaces list.
Example:
```cpp
namespace cv {
inline namespace inlined {
namespace inner {
// content
} // namespace inner
} // namespace inlined
} // namespace cv
```
Before fix `inner` is registered as `cv..inner`
After fix: `cv.inner`
|
||
|---|---|---|
| .. | ||
| bindings | ||
| package | ||
| python2 | ||
| python3 | ||
| src2 | ||
| test | ||
| CMakeLists.txt | ||
| common.cmake | ||
| python_loader.cmake | ||
| standalone.cmake | ||