mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Remove documentation for old python wrapper
This commit is contained in:
@@ -79,8 +79,6 @@ class DeclarationParser(object):
|
||||
return "C"
|
||||
if line.startswith(".. ocv:pyfunction::"):
|
||||
return "Python2"
|
||||
if line.startswith(".. ocv:pyoldfunction::"):
|
||||
return "Python1"
|
||||
if line.startswith(".. ocv:jfunction::"):
|
||||
return "Java"
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user