Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
[css] Start documenting the DOM object.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Oct 25, 2011
1 parent 8b80182 commit 33ce7a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/src/NIDOM.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@

@class NIStylesheet;

/**
* A leight-weight DOM-like object with which you can attach views and stylesheets.
*
* This is not a full HTML DOM, to be clear, but its intent is the same. By attaching views
* and stylesheets to a DOM object you can
*/
@interface NIDOM : NSObject {
@private
NIStylesheet* _stylesheet;
Expand Down

0 comments on commit 33ce7a4

Please sign in to comment.