kuuko pushed a commit to branch master.

commit 85c8e76ef162fb85e47cdb2a72c5166fd5cedba5
Author: Kai Huuhko <[email protected]>
Date:   Sun Apr 7 21:52:49 2013 +0300

    api_coverage: Add short comment descriptions to excludes.
---
 api_coverage.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/api_coverage.py b/api_coverage.py
index f2784d4..37ac947 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -7,18 +7,18 @@ import subprocess
 import argparse
 
 c_exclude_list = [
-    "elm_app",
-    "elm_widget",
-    "elm_prefs",
+    "elm_app", # These are only useful for C apps
+    "elm_widget", # Custom widgets, probably not feasible for us to provide
+    "elm_prefs", # Intended for configuration dialogs
 ]
 c_excludes = "|".join(c_exclude_list)
 
 py_exclude_list = [
-    "elm_naviframe_item_simple_push",
-    "elm_object_item_content",
-    "elm_object_item_text",
-    "elm_object_content",
-    "elm_object_text",
+    "elm_naviframe_item_simple_push", # macro
+    "elm_object_item_content", # macro
+    "elm_object_item_text", # macro
+    "elm_object_content", # macro
+    "elm_object_text", # macro
 ]
 py_excludes = "|".join(py_exclude_list)
 

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to