<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen, branch 1.2.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>Prepare release 1.2.1 (#215)</title>
<updated>2021-04-30T10:57:49+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2021-04-30T10:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=e5b544978594082190d2edb866470046af6374a5'/>
<id>e5b544978594082190d2edb866470046af6374a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unexpected return tag on non-functions (#214)</title>
<updated>2021-04-30T10:43:47+00:00</updated>
<author>
<name>HO-COOH</name>
<email>42881734+HO-COOH@users.noreply.github.com</email>
</author>
<published>2021-04-30T10:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=9f4f9cd3b6c8f78493d3c1c7c475a7098aebe58c'/>
<id>9f4f9cd3b6c8f78493d3c1c7c475a7098aebe58c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release 1.2.0 (#213)</title>
<updated>2021-04-17T20:12:38+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2021-04-17T20:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=dbcf5dc87d83ee59fc23e4eaa225a15655d17d2d'/>
<id>dbcf5dc87d83ee59fc23e4eaa225a15655d17d2d</id>
<content type='text'>
* Prepare release 1.2.0

* Update versions

* Lint

* update appveyor

* Update travis

* Use yarn

* Add nyc

* Run cov instead of test

* remove package-lock.json

* Remove istanbul</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prepare release 1.2.0

* Update versions

* Lint

* update appveyor

* Update travis

* Use yarn

* Add nyc

* Run cov instead of test

* remove package-lock.json

* Remove istanbul</pre>
</div>
</content>
</entry>
<entry>
<title>Bump y18n from 4.0.0 to 4.0.1 (#212)</title>
<updated>2021-04-14T17:56:58+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-04-14T17:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=703019a593c1e4118b580015b1af8bcfbb86b135'/>
<id>703019a593c1e4118b580015b1af8bcfbb86b135</id>
<content type='text'>
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Co-authored-by: Christoph Schlosser &lt;2466365+cschlosser@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Co-authored-by: Christoph Schlosser &lt;2466365+cschlosser@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Doxygen command intellisense support (#211)</title>
<updated>2021-04-14T17:50:20+00:00</updated>
<author>
<name>HO-COOH</name>
<email>42881734+HO-COOH@users.noreply.github.com</email>
</author>
<published>2021-04-14T17:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=a9fb66b381f4de6878880adef60b778d5d2fc416'/>
<id>a9fb66b381f4de6878880adef60b778d5d2fc416</id>
<content type='text'>
* Nicer setting descriptions

* Initial support for doxygen command completion

* Remove commented function

* Initial support for doxygen command completion

* Remove commented function

* Fix multi-line doxygen indentation

* Doxygen documentation -&gt; markdown, add gif, update readme</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Nicer setting descriptions

* Initial support for doxygen command completion

* Remove commented function

* Initial support for doxygen command completion

* Remove commented function

* Fix multi-line doxygen indentation

* Doxygen documentation -&gt; markdown, add gif, update readme</pre>
</div>
</content>
</entry>
<entry>
<title>Nicer setting descriptions (#209)</title>
<updated>2021-03-26T22:28:19+00:00</updated>
<author>
<name>HO-COOH</name>
<email>42881734+HO-COOH@users.noreply.github.com</email>
</author>
<published>2021-03-26T22:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=c8c7918538dea9b84499ac73a7d8f430860d9f5a'/>
<id>c8c7918538dea9b84499ac73a7d8f430860d9f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.1.0 (#189)</title>
<updated>2020-10-19T17:26:54+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-19T17:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=c703c6a053e113e1bac2de8991199f13e5d007d9'/>
<id>c703c6a053e113e1bac2de8991199f13e5d007d9</id>
<content type='text'>
* Release 1.1.0

* Make linter happy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Release 1.1.0

* Make linter happy</pre>
</div>
</content>
</entry>
<entry>
<title>Substitute author and email by git config (#186)</title>
<updated>2020-10-19T16:38:51+00:00</updated>
<author>
<name>to-s</name>
<email>tobias.weber@enisyst.de</email>
</author>
<published>2020-10-19T16:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=771d246a96cd476fa9fddf600c532a28b2efd93a'/>
<id>771d246a96cd476fa9fddf600c532a28b2efd93a</id>
<content type='text'>
* Substitute author and email by git config

* Upgraded version of typescript

Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505813068

* Moved to CppDocGen.generateAuthorTag()

Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505819542

* Update README.md

Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505822908

* Update TestSetup.ts

* Added tests

* Changed return type to string

Due to https://ci.appveyor.com/project/cschlosser/doxdocgen/builds/35818180#L566

Co-authored-by: Christoph Schlosser &lt;2466365+cschlosser@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Substitute author and email by git config

* Upgraded version of typescript

Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505813068

* Moved to CppDocGen.generateAuthorTag()

Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505819542

* Update README.md

Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505822908

* Update TestSetup.ts

* Added tests

* Changed return type to string

Due to https://ci.appveyor.com/project/cschlosser/doxdocgen/builds/35818180#L566

Co-authored-by: Christoph Schlosser &lt;2466365+cschlosser@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced assert.equal() calls by assert.strictEqual() calls (#188)</title>
<updated>2020-10-19T15:43:47+00:00</updated>
<author>
<name>to-s</name>
<email>tobias.weber@enisyst.de</email>
</author>
<published>2020-10-19T15:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=d629202dd9419569c109475ad9f10405d8ab0d22'/>
<id>d629202dd9419569c109475ad9f10405d8ab0d22</id>
<content type='text'>
Due to message: deprecated since v9.9.0 - use strictEqual() instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to message: deprecated since v9.9.0 - use strictEqual() instead.</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.0.1 (#184)</title>
<updated>2020-10-10T19:04:53+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-10T19:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=0750262ca203baf9b8974d683df68f99a7b1c259'/>
<id>0750262ca203baf9b8974d683df68f99a7b1c259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
