Changeset 1589

Show
Ignore:
Timestamp:
02/08/10 17:02:49 (3 years ago)
Author:
dmisev
Message:

#444 fix documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/jomdoc/trunk/src/jomdoc/org/omdoc/jomdoc/coll/ntn/NotationCollector.java

    r1588 r1589  
    174174 
    175175    /** 
     176     * Element <code>a</code> is more specific than <code>b</code> if <code>b</code> 
     177     * is an <code>expr</code> or <code>exprlist</code>, and <code>a</code> is 
     178     * anything different from expr/exprlist, like <code>element</code> for example, 
     179     * or <code>OMI</code>. 
     180     * 
    176181     * @return true if notation <code>a</code> should be sorted before notation 
    177      * <code>b</code>, or false otherwise 
     182     * <code>b</code>, or false otherwise. 
    178183     */ 
    179184    protected boolean isMoreSpecific(Element a, Element b) {