Skip to content

Commit 6045de7

Browse files
committed
Api Doc
1 parent 6ccdfa7 commit 6045de7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/inet/lib/less/CssAtRule.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class CssAtRule extends LessObject implements Formattable {
4343
* the reader with parse position
4444
* @param css
4545
* the content of the rule
46+
* @param withPlaceHolder
47+
* if the content can contain placeholder
4648
*/
4749
public CssAtRule( LessObject reader, String css, boolean withPlaceHolder ) {
4850
super( reader );

0 commit comments

Comments
 (0)