Fix error in xml manifest doc.
The docs on the annotations say that zero or more may exist as a child of a project, so that means that a "*" instead of a "?" should be used. Change-Id: Iff855d003dfb05cd980f285a237332914e1dad70
This commit is contained in:
parent
61df418c59
commit
53d6a7b895
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ following DTD:
|
|||
<!ELEMENT manifest-server (EMPTY)>
|
||||
<!ATTLIST url CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT project (annotation?,
|
||||
<!ELEMENT project (annotation*,
|
||||
project*)>
|
||||
<!ATTLIST project name CDATA #REQUIRED>
|
||||
<!ATTLIST project path CDATA #IMPLIED>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue