sync fixes
[app.jsdoc] / examples / jsdoc_templates / class.html
index 3ca57ac..c2344a0 100644 (file)
        
        <for each="dtag" in="cfgProperties">
        
-               <tr class="config-row expandable config-row-alt{+$dtag_i % 2+}{+ ((dtag.memberOf == data.alias) ?   " notInherited" : "") +}">
+               <tr class="config-row expandable config-row-alt{+$dtag_i % 2+}{+ ((dtag.memberOf == data.alias) ?   " not-inherited" : "") +}">
                   <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
                    <td class="sig">
 
                                /* if ( !$.isNamespace || (($.memberOf != data.alias) && $.isStatic)) {
                                        if ($.isStatic)  ownProperties.push($);
                                } */
+                                /* config should not be listed in properties */
+                                if (typeof(data.cfgs[$.name]) != 'undefined') {
+                                    return false;
+                                }
+                                
                                 ownProperties.push($);
                                return true;
                
          
        <for each="member" in="ownProperties">   
         
-       
-       
+        
+         
           <tr class="property-row config-row-alt{+$member_i % 2+}{!
 
                if (member.memberOf == data.alias) {
-                       output += " notInherited";
-                }
-                 
-                !}">
+                       output += " not-inherited";
+               }
+                if (member.isPrivate) {
+                    output += " is-private";
+                }
+           !}">
             <td class="micon">
                 <a class="exi" href="#expand">&nbsp;</a>
             </td>
                  
                  
                if (!member.isInherited) {
-                       output += " notInherited";
+                       output += " not-inherited";
                 }
-                 
+                 if (member.isPrivate) {
+                    output += " is-private";
+                }
                 !}">
             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
           
           <tr class="method-row expandable config-row-alt{+$member_i % 2+}{!
 
                if (member.memberOf == data.alias) {
-                       output += " notInherited";
+                       output += " not-inherited";
                 }
                  
                 !}">