Merge "Revert "PJSIP_CONTACT: add missing argument documentation""

This commit is contained in:
George Joseph
2019-12-11 10:36:58 -06:00
committed by Gerrit Code Review
2 changed files with 1 additions and 7 deletions

View File

@@ -110,7 +110,7 @@
<!ATTLIST option implies CDATA ""> <!ATTLIST option implies CDATA "">
<!ATTLIST option hasparams CDATA ""> <!ATTLIST option hasparams CDATA "">
<!ELEMENT enumlist (configOptionToEnum|(configOptionToEnum,enum+)|enum+)> <!ELEMENT enumlist (configOptionToEnum|enum+)>
<!ELEMENT enum (para|note|warning|parameter|enumlist|info|xi:include)*> <!ELEMENT enum (para|note|warning|parameter|enumlist|info|xi:include)*>
<!ATTLIST enum name CDATA ""> <!ATTLIST enum name CDATA "">

View File

@@ -60,12 +60,6 @@
<configOptionToEnum> <configOptionToEnum>
<xi:include xpointer="xpointer(/docs/configInfo[@name='res_pjsip']/configFile[@name='pjsip.conf']/configObject[@name='contact']/configOption)"/> <xi:include xpointer="xpointer(/docs/configInfo[@name='res_pjsip']/configFile[@name='pjsip.conf']/configObject[@name='contact']/configOption)"/>
</configOptionToEnum> </configOptionToEnum>
<enum name="rtt">
<para>The RTT of the last qualify</para>
</enum>
<enum name="status">
<para>Status of the contact</para>
</enum>
</enumlist> </enumlist>
</parameter> </parameter>
</syntax> </syntax>