Added partially written gsdoc-html converter

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-10-17 20:58:12 +00:00
parent 775258cd6b
commit 995473179c
9 changed files with 1353 additions and 9 deletions

View file

@ -1,3 +1,5 @@
#ifndef _INCLUDED_AGSPARSER_H
#define _INCLUDED_AGSPARSER_H
/**
<title>AGSParser ... a tool to get documention info from ObjC source</title>
@ -81,4 +83,4 @@
- (unsigned) skipUnit;
- (unsigned) skipWhiteSpace;
@end
#endif