mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[cleanup] document default setting of passwordPersistence caseSensitive
This commit is contained in:
parent
63c2eb3f7a
commit
0078e83508
1 changed files with 11 additions and 1 deletions
|
@ -11,6 +11,11 @@
|
|||
</annotation>
|
||||
|
||||
<element name="extension">
|
||||
<annotation>
|
||||
<documentation>
|
||||
(no description available)
|
||||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<sequence>
|
||||
<element ref="provider" minOccurs="1" maxOccurs="unbounded"/>
|
||||
|
@ -40,6 +45,11 @@
|
|||
</element>
|
||||
|
||||
<element name="provider">
|
||||
<annotation>
|
||||
<documentation>
|
||||
(no description available)
|
||||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<attribute name="id" type="string" use="required">
|
||||
<annotation>
|
||||
|
@ -58,7 +68,7 @@
|
|||
<attribute name="caseSensitive" type="boolean">
|
||||
<annotation>
|
||||
<documentation>
|
||||
If the user ID is case sensitive or not. This is an optional attribute.
|
||||
If the user ID is case sensitive or not. This is an optional attribute. If not set, the value <code>true</code> is assumed.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
|
Loading…
Add table
Reference in a new issue