mirror of https://github.com/opencv/opencv.git
`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`pull/21781/head
parent
9dd8e4df7f
commit
4d46958c82
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue