<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/CodeParser/CParser/CParser.ts, branch 0.4.3</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>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>
<entry>
<title>-- Refactored stripping initializer list and assignment token into function.</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-11-05T17:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=de9792646ba66f4965e8170613cee3efb1295d0a'/>
<id>de9792646ba66f4965e8170613cee3efb1295d0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Fixed problem where initializer list where not working correctly.</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-11-05T16:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=7e0d21f8dbbc4ec82235b1886b00d7380f174681'/>
<id>7e0d21f8dbbc4ec82235b1886b00d7380f174681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Modified parser to never return null. It will no always generate an empty doxygen comment. usable for Describing instance variables. Enum, structs etc.</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-11-05T01:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=cac40a311576ed679715a614bd64c3d7a05ab5fb'/>
<id>cac40a311576ed679715a614bd64c3d7a05ab5fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
