<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen, branch 0.0.6</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>Release 0.0.6</title>
<updated>2017-11-05T18:45:19+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2017-11-05T17:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=ac189c2150c598df6bc7bd8e3215540f257983d8'/>
<id>ac189c2150c598df6bc7bd8e3215540f257983d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #27 from rowanG077/master</title>
<updated>2017-11-05T18:29:45+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christophschlosser@users.noreply.github.com</email>
</author>
<published>2017-11-05T18:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=4a6c8ab621efb947861acaf46e54765e2a79b681'/>
<id>4a6c8ab621efb947861acaf46e54765e2a79b681</id>
<content type='text'>
FIxed access specifier generating a comment based on the function below it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIxed access specifier generating a comment based on the function below it.</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>
<entry>
<title>-- Added support for null in the comment generation.</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-05T00:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=3ebbc6d87cca65c2175266ae4b525a8ae6f8739b'/>
<id>3ebbc6d87cca65c2175266ae4b525a8ae6f8739b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Added support for void function no return get generated for them.</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-05T00:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=ec691aad83da0adcf13986fd3d24b213ef963116'/>
<id>ec691aad83da0adcf13986fd3d24b213ef963116</id>
<content type='text'>
-- Added support for return of void pointers. They will get generated.
-- Added support for return a pointer to a bool. There an extra return is added in addtion to "true" and "false". "null".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Added support for return of void pointers. They will get generated.
-- Added support for return a pointer to a bool. There an extra return is added in addtion to "true" and "false". "null".
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Cleaned up some code and refactored functions.</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-05T00:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=1c5cce4d4d8af15bbd293956814a0fd0cb1f5313'/>
<id>1c5cce4d4d8af15bbd293956814a0fd0cb1f5313</id>
<content type='text'>
-- Added support for infinitely nesting function pointers.
-- Added support for assignment of functions with trailing returns.
-- Added support for desctructors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Added support for infinitely nesting function pointers.
-- Added support for assignment of functions with trailing returns.
-- Added support for desctructors.
</pre>
</div>
</content>
</entry>
</feed>
