Add a documented_interfaces watchlist.
BUG=
TEST=watchlists.py
Review URL: http://webrtc-codereview.appspot.com/244013
git-svn-id: http://webrtc.googlecode.com/svn/trunk@829 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/WATCHLISTS b/WATCHLISTS
index c68e4d7..66afb9d 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -21,6 +21,11 @@
# src/build/ and non-recursive contents of ./ and src/
'filepath': '^[^/]*$|src/[^/]*$|src/build/.*',
},
+ 'documented_interfaces': {
+ 'filepath': 'src/[^/]*\.h$|'\
+ 'src/video_engine/main/interface/.*|'\
+ 'src/voice_engine/main/interface/.*',
+ },
'video_engine': {
'filepath': 'src/video_engine/.*',
},
@@ -68,6 +73,7 @@
'giles@mozilla.com'],
'root_files': ['andrew@webrtc.org',
'niklas.enbom@webrtc.org'],
+ 'documented_interfaces': ['amyfong@webrtc.org'],
'common_audio': ['bjornv@webrtc.org',
'andrew@webrtc.org'],
'video_engine': ['mflodman@webrtc.org',