<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Doxygen help in QtCreator</title>
	<atom:link href="http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/</link>
	<description>Stuff and nonsense about software development and whatever else I find fun...</description>
	<lastBuildDate>Fri, 27 Jan 2012 23:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonas H</title>
		<link>http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/comment-page-1/#comment-136461</link>
		<dc:creator>Jonas H</dc:creator>
		<pubDate>Sat, 31 Jul 2010 15:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/?p=289#comment-136461</guid>
		<description>EDIT of my previous post:

It&#039;s actually even easier, just checkout the latest svn version, it&#039;s fixed there.
Doing this should be enough, and also replaces all the commands of the original post:

svn co https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk doxygen-svn
cd doxygen-svn/
./configure
make
make install</description>
		<content:encoded><![CDATA[<p>EDIT of my previous post:</p>
<p>It&#8217;s actually even easier, just checkout the latest svn version, it&#8217;s fixed there.<br />
Doing this should be enough, and also replaces all the commands of the original post:</p>
<p>svn co <a href="https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk" rel="nofollow">https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk</a> doxygen-svn<br />
cd doxygen-svn/<br />
./configure<br />
make<br />
make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas H</title>
		<link>http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/comment-page-1/#comment-136460</link>
		<dc:creator>Jonas H</dc:creator>
		<pubDate>Sat, 31 Jul 2010 15:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/?p=289#comment-136460</guid>
		<description>I&#039;d like to point out that generating QHP files with doxygen is currently broken.
Compiling a QT creator help file works, but you will not be taken to the exact function or class member when pressing F1, instead you will always be shown the top of the page of the respective class.

Versions that I know where it doesn&#039;t work are everything from doxygen 1.6.3 (which is the version of doxygen in eg Ubuntu Lucid Lynx) till 1.7.1 (the latest)

However there is a fix (that will be included in the first upcoming release of doxygen)
Read about it here:
https://bugzilla.gnome.org/show_bug.cgi?id=623673

It&#039;s actually quite easy to fix, only one line has to be changed, as shown in the attached diff file ( http://bugzilla-attachments.gnome.org/attachment.cgi?id=165352 )

Recompile the source and it should work :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to point out that generating QHP files with doxygen is currently broken.<br />
Compiling a QT creator help file works, but you will not be taken to the exact function or class member when pressing F1, instead you will always be shown the top of the page of the respective class.</p>
<p>Versions that I know where it doesn&#8217;t work are everything from doxygen 1.6.3 (which is the version of doxygen in eg Ubuntu Lucid Lynx) till 1.7.1 (the latest)</p>
<p>However there is a fix (that will be included in the first upcoming release of doxygen)<br />
Read about it here:<br />
<a href="https://bugzilla.gnome.org/show_bug.cgi?id=623673" rel="nofollow">https://bugzilla.gnome.org/show_bug.cgi?id=623673</a></p>
<p>It&#8217;s actually quite easy to fix, only one line has to be changed, as shown in the attached diff file ( <a href="http://bugzilla-attachments.gnome.org/attachment.cgi?id=165352" rel="nofollow">http://bugzilla-attachments.gnome.org/attachment.cgi?id=165352</a> )</p>
<p>Recompile the source and it should work <img src='http://blog.dixo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lordelph</title>
		<link>http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/comment-page-1/#comment-135692</link>
		<dc:creator>lordelph</dc:creator>
		<pubDate>Mon, 06 Jul 2009 16:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/?p=289#comment-135692</guid>
		<description>Looking at the patch, it looks like the changes in it were committed to the doxygen subversion on Jun 22 - see http://doxygen.svn.sourceforge.net/viewvc/doxygen?view=rev&amp;revision=697

So I&#039;d assume that the next release of doxygen will have this patch.</description>
		<content:encoded><![CDATA[<p>Looking at the patch, it looks like the changes in it were committed to the doxygen subversion on Jun 22 &#8211; see <a href="http://doxygen.svn.sourceforge.net/viewvc/doxygen?view=rev&#038;revision=697" rel="nofollow">http://doxygen.svn.sourceforge.net/viewvc/doxygen?view=rev&#038;revision=697</a></p>
<p>So I&#8217;d assume that the next release of doxygen will have this patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dat Chu</title>
		<link>http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/comment-page-1/#comment-135691</link>
		<dc:creator>Dat Chu</dc:creator>
		<pubDate>Mon, 06 Jul 2009 15:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/?p=289#comment-135691</guid>
		<description>This is awesome. I have been looking for something like this. I am not ready to manually compile Doxygen yet (out of fear of breaking other stuff). Hopefully these changes will be pushed out from Doxygen soon enough. Thanks for post.

By the way, do you have a link to to the Doxygen bug track for incorporating this path?</description>
		<content:encoded><![CDATA[<p>This is awesome. I have been looking for something like this. I am not ready to manually compile Doxygen yet (out of fear of breaking other stuff). Hopefully these changes will be pushed out from Doxygen soon enough. Thanks for post.</p>
<p>By the way, do you have a link to to the Doxygen bug track for incorporating this path?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

