<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/Lang/Cpp/CppParser.ts, branch 0.7.2</title>
<subtitle>Visual Studio Code extension to generate doxygen documentation from source code.</subtitle>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/'/>
<entry>
<title>Fix #161 again (#164)</title>
<updated>2020-07-01T18:54:23+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christophschlosser@users.noreply.github.com</email>
</author>
<published>2020-07-01T18:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=e36e2a777bfb07a878cb31e5a55c1ffc30c15f43'/>
<id>e36e2a777bfb07a878cb31e5a55c1ffc30c15f43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix detection of closing comments (#162)</title>
<updated>2020-06-29T19:35:32+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christophschlosser@users.noreply.github.com</email>
</author>
<published>2020-06-29T19:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=e689a0085cdd5329611a982f666104cec1477a03'/>
<id>e689a0085cdd5329611a982f666104cec1477a03</id>
<content type='text'>
* Fix detection of closing comments

* Add tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix detection of closing comments

* Add tests</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to filter keywords</title>
<updated>2020-06-26T13:09:49+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2020-06-26T13:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=3e68f18e2e10d90bd094707141c943146482f68b'/>
<id>3e68f18e2e10d90bd094707141c943146482f68b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return once we found preprocessor stuff (#158)</title>
<updated>2020-06-26T12:46:12+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christophschlosser@users.noreply.github.com</email>
</author>
<published>2020-06-26T12:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=42a085fbda8e742595cf5b543ac4f8202c03fb7d'/>
<id>42a085fbda8e742595cf5b543ac4f8202c03fb7d</id>
<content type='text'>
* Return once we found preprocessor stuff

* Add tests

* Update package lock</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Return once we found preprocessor stuff

* Add tests

* Update package lock</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a bug where the argument type would be placed as the param instead of the argument name. (#154)</title>
<updated>2020-05-27T09:27:30+00:00</updated>
<author>
<name>Daan Huinink</name>
<email>daan@huinink.net</email>
</author>
<published>2020-05-27T09:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=07b6f8998d3daa3ce3e4d56376f0b69cd6e382ec'/>
<id>07b6f8998d3daa3ce3e4d56376f0b69cd6e382ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don’t use unnecessary variables</title>
<updated>2019-10-08T20:04:49+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-10-08T19:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=a5b9a5497abd07c157c8faa5af17a3a16ffe90ad'/>
<id>a5b9a5497abd07c157c8faa5af17a3a16ffe90ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>End of declaration problem fixed</title>
<updated>2019-10-08T20:04:49+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-10-08T17:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=3c16da1b09b4a7490e2139d1ee3b96e4ed096806'/>
<id>3c16da1b09b4a7490e2139d1ee3b96e4ed096806</id>
<content type='text'>
If the terminating character is the first one on the next line
it can cause the buffer to fill and thus produce malformed
text to parse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the terminating character is the first one on the next line
it can cause the buffer to fill and thus produce malformed
text to parse.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arraypointers</title>
<updated>2019-10-05T15:03:39+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-10-05T14:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=6e749554cc7a47849bd63d7ec1027f084d26b505'/>
<id>6e749554cc7a47849bd63d7ec1027f084d26b505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore restrict keyword</title>
<updated>2019-10-05T13:45:41+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-10-05T13:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=1cf0a3b9762ad5734352fa25514e50caf27ae52f'/>
<id>1cf0a3b9762ad5734352fa25514e50caf27ae52f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for real</title>
<updated>2019-10-05T12:59:29+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-10-05T12:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=e6388bf4711db2802d9cb8de5a2577b5dffafff3'/>
<id>e6388bf4711db2802d9cb8de5a2577b5dffafff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
