<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/CodeParser, branch 1.0.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>-- 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>-- Added more unit tests.</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-28T23:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=b446b9e596fc0487b88597d8e818dae61512f309'/>
<id>b446b9e596fc0487b88597d8e818dae61512f309</id>
<content type='text'>
-- Added support for alignas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Added support for alignas.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Implemented support for all operators except the conversion operator.</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-28T20:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=5b0912d99732536ae18d3c70730cc6df2ed3af24'/>
<id>5b0912d99732536ae18d3c70730cc6df2ed3af24</id>
<content type='text'>
-- Implemented support for noexcept and throw.
-- Implemented support for constexpr.
-- Implemented support for multiple template specifications.
-- Rewritten some unit tests.
-- Fixed bug where unnamed parameters weren't recognized properly
-- Fixed bug where namespace with template params weren't being parsed correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Implemented support for noexcept and throw.
-- Implemented support for constexpr.
-- Implemented support for multiple template specifications.
-- Rewritten some unit tests.
-- Fixed bug where unnamed parameters weren't recognized properly
-- Fixed bug where namespace with template params weren't being parsed correctly.
</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 bug where type modifiers like unsigned signed weren't properly recognized.</title>
<updated>2017-11-23T19:35:00+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-11-23T19:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=66fb321a2399d37960abefaec80548f86fc5e1d4'/>
<id>66fb321a2399d37960abefaec80548f86fc5e1d4</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>Merge branch 'master' of https://github.com/christophschlosser/doxdocgen</title>
<updated>2017-11-05T18:05:30+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-11-05T18:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=6c3b81d4aeb83518915e940bc02ccbbad43fabde'/>
<id>6c3b81d4aeb83518915e940bc02ccbbad43fabde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Fixed issue where generating a comment above an access specifier resulted in the access specifier being considered a symbol.</title>
<updated>2017-11-05T17:57:42+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-11-05T17:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=ee82af49581ab420377e7d1556ffd4a42057b79e'/>
<id>ee82af49581ab420377e7d1556ffd4a42057b79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
