File tree Expand file tree Collapse file tree 2 files changed +319
-212
lines changed
Expand file tree Collapse file tree 2 files changed +319
-212
lines changed Original file line number Diff line number Diff line change @@ -388,19 +388,15 @@ struct _Lexer
388388
389389/**
390390 * modes for GetToken()
391- *
392- * MixedContent -- for elements which don't accept PCDATA
393- * Preformatted -- white space preserved as is
394- * IgnoreMarkup -- for CDATA elements such as script, style
395391 */
396392typedef enum
397393{
398- IgnoreWhitespace ,
399- MixedContent ,
400- Preformatted ,
401- IgnoreMarkup ,
402- OtherNamespace ,
403- CdataContent
394+ IgnoreWhitespace , /**< */
395+ MixedContent , /**< for elements which don't accept PCDATA */
396+ Preformatted , /**< white space preserved as is */
397+ IgnoreMarkup , /**< for CDATA elements such as script, style */
398+ OtherNamespace , /**< */
399+ CdataContent /**< */
404400} GetTokenMode ;
405401
406402
You can’t perform that action at this time.
0 commit comments