Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.11
-
None
-
Kunbuntu 17.10, gcc 7.2, libclang 5.0 (Qt Creator)
Description
qdoc generates "const const" for some function signatures :
abstractanimation.webxml: <function threadsafety="unspecified" name="currentTime" fullname= "QAbstractAnimation::currentTime" href="qabstractanimation.html#currentTime-prop" status="active" acces s="public" location="qabstractanimation.h" filepath="/home/frkleint/dev/qt-511/qtbase/include/QtCore/.. /../src/corelib/animation/qabstractanimation.h" lineno="95" virtual="non" meta="plain" const="true" sta tic="false" overload="false" delete="false" default="false" final="false" override="false" associated-p roperty="currentTime" type="int" signature="int currentTime() const const">
as well as trailing const for some parameters:
qabstractxmlnodemodel.webxml: <parameter type="QAbstractXmlReceiver *const" name="receiv er" default=""/>
This might also affect the normal Qt doc generation?
Attachments
Issue Links
- is required for
-
PYSIDE-363 Fix documentation generation
- Closed