<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QDoc and STL]]></title><description><![CDATA[<p dir="auto">Hello!<br />
I ran into the following problem: when trying to generate qdoc documentation for a function, a parameter that is of type std::vector, Qdoc turns it into an int when generating.<br />
Is there any way to document this function correctly with this type, and not with a similar QVector?</p>
<p dir="auto">Here is a code sample:</p>
<pre><code class="language-/*!"> *  \fn void ClassA::foo(std::vector&lt;int&gt; num)
 *
 *  \brief Example with \a num parameter.</code></pre>
]]></description><link>https://forum.qt.io/topic/157705/qdoc-and-stl</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 14:43:02 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/157705.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jul 2024 17:55:56 GMT</pubDate><ttl>60</ttl></channel></rss>