mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
206dfaf122
commit
d08092b29b
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue