Add comments describing some more files.

This commit is contained in:
bzbarsky@mit.edu
2006-03-31 08:00:42 +00:00
parent 8c0d266f02
commit b286a0b2c9
36 changed files with 201 additions and 37 deletions

View File

@@ -34,6 +34,13 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/*
* Base class for all element classes; this provides an implementation
* of DOM Core's Element, implements nsIContent, provides utility
* methods for subclasses, and so forth.
*/
#include "nsGenericElement.h"
#include "nsDOMAttribute.h"