Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
3d74662f
Commit
3d74662f
authored
Jun 17, 2011
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated check_docs script and whitelist
parent
6e8b4e64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
check_docs.py
doc/check_docs.py
+4
-3
check_docs_whitelist.txt
doc/check_docs_whitelist.txt
+1
-0
No files found.
doc/check_docs.py
View file @
3d74662f
...
@@ -82,7 +82,9 @@ class RSTParser(object):
...
@@ -82,7 +82,9 @@ class RSTParser(object):
lineno
+=
1
lineno
+=
1
ll
=
l
.
strip
()
ll
=
l
.
strip
()
if
balance
==
0
:
if
balance
==
0
:
if
not
ll
.
startswith
(
".. c:function::"
)
and
not
ll
.
startswith
(
".. cpp:function::"
):
if
not
ll
.
startswith
(
".. c:function::"
)
and
\
not
ll
.
startswith
(
".. cpp:function::"
)
and
\
not
ll
.
startswith
(
".. ocv:function::"
):
continue
continue
fdecl
=
ll
[
ll
.
find
(
"::"
)
+
3
:]
fdecl
=
ll
[
ll
.
find
(
"::"
)
+
3
:]
elif
balance
>
0
:
elif
balance
>
0
:
...
@@ -180,4 +182,4 @@ for m in opencv_module_list:
...
@@ -180,4 +182,4 @@ for m in opencv_module_list:
print
"
\n\n
*************************** "
+
m
+
" *************************
\n
"
print
"
\n\n
*************************** "
+
m
+
" *************************
\n
"
p
.
check_module_docs
(
m
)
p
.
check_module_docs
(
m
)
\ No newline at end of file
doc/check_docs_whitelist.txt
View file @
3d74662f
...
@@ -58,6 +58,7 @@ CvSVM::CvSVM
...
@@ -58,6 +58,7 @@ CvSVM::CvSVM
CvSVM::clear
CvSVM::clear
CvSVM::read
CvSVM::read
CvSVM::write
CvSVM::write
CvMLData::CvMLData
CvRTrees::CvRTrees
CvRTrees::CvRTrees
CvRTrees::clear
CvRTrees::clear
CvRTrees::read
CvRTrees::read
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment