Fix error in protocol dtd

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11776 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-12-16 06:41:53 +00:00
parent 206dfaf122
commit d08092b29b
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2001-12-16 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/gsdoc-0_6_7.dtd: Fix protocol error reported by Adam
2001-12-15 Fred Kiefer <FredKiefer@gmx.de>
* Tools/pl2link.m

View file

@ -308,7 +308,7 @@
>
<!-- Protocol definition. -->
<!ELEMENT protocol (declared?, desc?, method*, standards?)>
<!ELEMENT protocol (declared?, conform*, desc?, method*, standards?)>
<!ATTLIST protocol
name CDATA #REQUIRED
>
@ -485,7 +485,7 @@
<!-- Table of contents. -->
<!ELEMENT contents EMPTY>
<!-- Index -->
<!-- Index ... generates an index of the specified type of elements. -->
<!ELEMENT index EMPTY>
<!ATTLIST index
type (class | protocol | method | ivariable | function | type | macro | variable | constant | label) "label"