Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
Qt is using more and more std types in it's API. I would love to have these linked to their respective cppreference.com docs, like Qt classes itself are linked.
There's a Doxygen tag file published by cppreference.com (https://de.cppreference.com/w/Cppreference%253AArchives.html#Doxygen_tag_file), though they're outdated (but there's a talk note on how to make them from the source: https://de.cppreference.com/w/Cppreference_talk%253AArchives.html#How_to_update_the_Doxygen_tag_files.3F).
Or maybe the QCH files would help? https://de.cppreference.com/w/Cppreference%253AArchives.html#Qt_help_book
There was some discussion about shipping these docs with Qt/QtC: QTBUG-74789, QTBUG-79591. This is not about that. This is about linking to the (online or offline) docs so that e.g. "std::thread" automatically becomes a link (incl. in code snippets) to https://en.cppreference.com/w/cpp/thread/thread.html
Attachments
Issue Links
- is required for
-
QTBUG-110059 Use 'std::chrono first' approach for timer methods (like QObject::startTimer, QTimer, QDeadlineTimer etc.)
-
- Open
-
- relates to
-
QTBUG-79591 Offer to install C++-Reference from cppreference.com during install
-
- Closed
-
-
QTBUG-74789 Doc: Include STL documentation in docs
-
- Closed
-
-
QTBUG-138538 Link to cppreference from all docs that use C++14 chrono literals
-
- In Progress
-