Details
-
Task
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.15
-
None
-
QDoc Sprint 3
Description
Since the comment file feature, enums are not listed as part of a \group:
--- a/qtnetwork/network.html +++ b/qtnetwork/network.html @@ -68,11 +68,7 @@ <tr class="even topAlign"><td class="tblName"><p><a href="qdtls.html">QDtls</a></p></td><td class="tblDescr"><p>This class provides encryption for UDP sockets</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="qdtlsclientverifier.html">QDtlsClientVerifier</a></p></td><td class="tblDescr"><p>This class implements server-side DTLS cookie generation and verification</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="qdtlsclientverifier-generatorparameters.html">QDtlsClientVerifier::GeneratorParameters</a></p></td><td class="tblDescr"><p>This class defines parameters for DTLS cookie generator</p></td></tr> -<tr class="odd topAlign"><td class="tblName"><p><a href="qdtls.html#HandshakeState-enum">QDtls::HandshakeState</a></p></td><td class="tblDescr"><p>Describes the current state of DTLS handshake</p></td></tr> -<tr class="even topAlign"><td class="tblName"><p><a href="qdtls.html#QDtlsError-enum">QDtls::QDtlsError</a></p></td><td class="tblDescr"><p>Describes errors that can be found by QDtls and QDtlsClientVerifier</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="qocspresponse.html">QOcspResponse</a></p></td><td class="tblDescr"><p>This class represents Online Certificate Status Protocol response</p></td></tr> -<tr class="even topAlign"><td class="tblName"><p><a href="qocspresponse.html#QOcspCertificateStatus-enum">QOcspResponse::QOcspCertificateStatus</a></p></td><td class="tblDescr"><p>Describes the Online Certificate Status</p></td></tr> -<tr class="odd topAlign"><td class="tblName"><p><a href="qocspresponse.html#QOcspRevocationReason-enum">QOcspResponse::QOcspRevocationReason</a></p></td><td class="tblDescr"><p>Describes the reason for revocation</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="qssl.html">QSsl</a></p></td><td class="tblDescr"><p>Declares enums common to all SSL classes in Qt Network</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="qsslcertificate.html">QSslCertificate</a></p></td><td class="tblDescr"><p>Convenient API for an X509 certificate</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="qsslcertificateextension.html">QSslCertificateExtension</a></p></td><td class="tblDescr"><p>API for accessing the extensions of an X509 certificate</p></td></tr>
Likely because the group members are listed by "name", which is not enough information to locate an enum - that would require "fullName".
Attachments
Issue Links
- is required for
-
QTBUG-77196 Add comments file handling to QDoc
- Closed