Not (Really) Part Of The Build. Comment and whitespace changes only. More specific documentation for gfxSkipChars.

This commit is contained in:
roc+@cs.cmu.edu 2007-05-30 15:20:11 -07:00
Родитель d5caebcc34
Коммит 02865070e1
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -170,9 +170,9 @@ public:
mListLength = 0;
}
PRInt32 GetOriginalCharCount() const { return mCharCount; }
PRInt32 GetOriginalCharCount() const { return mCharCount; }
friend class gfxSkipCharsIterator;
friend class gfxSkipCharsIterator;
private:
struct Shortcut {
@ -208,6 +208,10 @@ private:
* always constrained to be >= 0 and <= the string length. When the position
* is equal to the string length, it is at the end of the string. The current
* positions do not include any aOriginalStringToSkipCharsOffset.
*
* When the position in the original string corresponds to a skipped character,
* the skipped-characters offset is the offset of the next unskipped character,
* or the skipped-characters string length if there is no next unskipped character.
*/
class THEBES_API gfxSkipCharsIterator {
public: