<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/CodeParser/CodeParserController.ts, branch python</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>-- Added many unit tests for the C parser. Almost complete now</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-31T01:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=1746f21bc3720585d2fe877db8d69aae301ff02c'/>
<id>1746f21bc3720585d2fe877db8d69aae301ff02c</id>
<content type='text'>
-- Refactored project structure to allow for more overview once we add more languages.
-- Renamed a lot of types in the CParser to be more explicit.
-- Made configuration injectable into the classes that need them. This allows to unit test configuration variables.
-- Added 2 new config params that allows to customize what gets returned for a bool return type.
-- Small changes to the logic to make it more concise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Refactored project structure to allow for more overview once we add more languages.
-- Renamed a lot of types in the CParser to be more explicit.
-- Made configuration injectable into the classes that need them. This allows to unit test configuration variables.
-- Added 2 new config params that allows to customize what gets returned for a bool return type.
-- Small changes to the logic to make it more concise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup Parser interface</title>
<updated>2017-12-16T20:48:09+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-11-25T18:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=ab3a71d958273915512f5da948ef73c8b5ac26d8'/>
<id>ab3a71d958273915512f5da948ef73c8b5ac26d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
