<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/CodeParser/CParser.ts, branch 0.2.1</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>-- Completely rewritten parser to support all known(to me) C++ constructs, this includes:</title>
<updated>2017-11-05T17:45:08+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-10-30T00:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=666f392bd23574f57689e9a9ea6d6a05a9bd2f97'/>
<id>666f392bd23574f57689e9a9ea6d6a05a9bd2f97</id>
<content type='text'>
	- Function pointers as parameters and as returns.
	- Template support.
	- Trailing return type.
	- Variadic templates.
	- Variadic parametes, C style and template style.
	- Correct parsing of template types with more then 1 template parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- Function pointers as parameters and as returns.
	- Template support.
	- Trailing return type.
	- Variadic templates.
	- Variadic parametes, C style and template style.
	- Correct parsing of template types with more then 1 template parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix param generation for function pointers</title>
<updated>2017-10-15T19:29:09+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-10-15T19:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=8f627c5afcf4a959cf3937d6c89732745eebbbb8'/>
<id>8f627c5afcf4a959cf3937d6c89732745eebbbb8</id>
<content type='text'>
Fixes #10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #10
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Fixed tslint issues v2</title>
<updated>2017-10-15T00:32:52+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-10-15T00:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=df8f38308b7871f2790b5b2cc466f7ce2add4362'/>
<id>df8f38308b7871f2790b5b2cc466f7ce2add4362</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Fixed tslint issues.</title>
<updated>2017-10-15T00:26:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-10-15T00:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=cc0d69edcd362c1abde9d0005c70d8e3692395bc'/>
<id>cc0d69edcd362c1abde9d0005c70d8e3692395bc</id>
<content type='text'>
-- Added config parameter to add type information to return DoxyGen parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Added config parameter to add type information to return DoxyGen parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Added extensive templating the be able to generated different types of doxygen comment.</title>
<updated>2017-10-14T20:29:02+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-10-14T20:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=0ebfa5bd12e529d8febe73c85d3bf48c4d4997e8'/>
<id>0ebfa5bd12e529d8febe73c85d3bf48c4d4997e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to generate return type documentation</title>
<updated>2017-10-14T12:14:57+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-10-14T12:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=e6779da505893e76d54ea4bf89a10304e55665b7'/>
<id>e6779da505893e76d54ea4bf89a10304e55665b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compiler keywords from function signature</title>
<updated>2017-10-14T12:14:57+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-10-13T18:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=62c3a6909a01032359742aa66c306743966e7dd2'/>
<id>62c3a6909a01032359742aa66c306743966e7dd2</id>
<content type='text'>
Prior to method return type extraction remove compiler keywords from the signature.

Fixes #9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to method return type extraction remove compiler keywords from the signature.

Fixes #9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add C parser and generator</title>
<updated>2017-10-07T13:16:34+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-10-07T12:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=338446ad72d3581745020aa78783f4b4d4afe4cb'/>
<id>338446ad72d3581745020aa78783f4b4d4afe4cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
