<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/CodeParser/CodeParserController.ts, branch 0.0.7</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>-- Fixed error where endReplace was used before declaration.</title>
<updated>2017-11-23T18:53:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-11-23T18:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=08445144517d2cd1ac97e737b1bda0e65db6c999'/>
<id>08445144517d2cd1ac97e737b1bda0e65db6c999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Fixed unused assignment.</title>
<updated>2017-11-23T18:45:30+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-11-23T18:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=126868ba799668d94f3c34ce05d8c62b62173c2b'/>
<id>126868ba799668d94f3c34ce05d8c62b62173c2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Fixed bug where using a different trigger sequence then "*" causes a newline to be addd between the comment and the documented entity.</title>
<updated>2017-11-23T18:43:43+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-11-23T18:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=1499e8e59cf044807de26f040ec597e8ebe7c211'/>
<id>1499e8e59cf044807de26f040ec597e8ebe7c211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Completely rewritten parser to support all known(to me) C++ constructs, this includes:</title>
<updated>2017-10-30T00:46:33+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=5ae892f8267c76473330e5da3d2eafdb4f6447ef'/>
<id>5ae892f8267c76473330e5da3d2eafdb4f6447ef</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>-- tslint fix v3</title>
<updated>2017-10-15T00:38:58+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-10-15T00:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=6c8a34a542e1e79903886368da19613b4ce3b237'/>
<id>6c8a34a542e1e79903886368da19613b4ce3b237</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 choose Qt style comment start</title>
<updated>2017-10-09T19:48:19+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-10-09T19:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=f1f1b62073a36df8e2e2f08fd343ebdaab77ed82'/>
<id>f1f1b62073a36df8e2e2f08fd343ebdaab77ed82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Initial files</title>
<updated>2017-10-06T15:35:18+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-10-06T15:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=cf5e94e992237bc2f32f0ec92c6babb4b93de612'/>
<id>cf5e94e992237bc2f32f0ec92c6babb4b93de612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
