mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Implement support for 'standatrds' markup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11811 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
92cb1fb37b
commit
e1a0d02d21
5 changed files with 251 additions and 8 deletions
|
@ -56,6 +56,7 @@
|
|||
unsigned pos;
|
||||
BOOL commentsRead;
|
||||
NSString *declared; // Where classes were declared.
|
||||
NSMutableArray *ifStack; // track preprocessor conditionals.
|
||||
|
||||
NSString *comment; // Documentation accumulator.
|
||||
NSMutableDictionary *info; // All information parsed.
|
||||
|
@ -84,11 +85,13 @@
|
|||
- (unsigned) skipBlock;
|
||||
- (unsigned) skipComment;
|
||||
- (unsigned) skipLiteral;
|
||||
- (unsigned) skipPreprocessor;
|
||||
- (unsigned) skipRemainderOfLine;
|
||||
- (unsigned) skipSpaces;
|
||||
- (unsigned) skipStatement;
|
||||
- (unsigned) skipStatementLine;
|
||||
- (unsigned) skipUnit;
|
||||
- (unsigned) skipWhiteSpace;
|
||||
- (void) setStandards: (NSMutableDictionary*)dict;
|
||||
@end
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue