<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen, branch 1.1.0</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 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>
<entry>
<title>Added file description in first line (#183)</title>
<updated>2020-10-10T18:53:58+00:00</updated>
<author>
<name>to-s</name>
<email>tobias.weber@enisyst.de</email>
</author>
<published>2020-10-10T18:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=8b29e605b76bf0f79685be511e60ff0d64a2375d'/>
<id>8b29e605b76bf0f79685be511e60ff0d64a2375d</id>
<content type='text'>
* Added file description in first line

Due to https://github.com/cschlosser/doxdocgen/issues/141

* Added addIndent flag to SetLines()

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>
* Added file description in first line

Due to https://github.com/cschlosser/doxdocgen/issues/141

* Added addIndent flag to SetLines()

Co-authored-by: Christoph Schlosser &lt;2466365+cschlosser@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.0.0 (#180)</title>
<updated>2020-10-04T11:38:20+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-04T11:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=175bd0d5bb123a99f7de91d6045a0a25f670dd65'/>
<id>175bd0d5bb123a99f7de91d6045a0a25f670dd65</id>
<content type='text'>
* Reenable: Add env-var to replace env var in template strings (#175)

* Release 1.0.0

* Add ls output to travis package step to see size of vsix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reenable: Add env-var to replace env var in template strings (#175)

* Release 1.0.0

* Add ls output to travis package step to see size of vsix</pre>
</div>
</content>
</entry>
<entry>
<title>Use different vsce version for release 0.8.2 (#179)</title>
<updated>2020-10-04T10:24:43+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-04T10:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=6a541f4882e62bd37c37bb20962414d5e31d79a4'/>
<id>6a541f4882e62bd37c37bb20962414d5e31d79a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.8.1 (#178)</title>
<updated>2020-10-04T10:00:23+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-04T10:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=2610f9e1beac36fe5065b92af97862f626e20a59'/>
<id>2610f9e1beac36fe5065b92af97862f626e20a59</id>
<content type='text'>
* Revert "Add env-var to replace env var in template strings (#175)"

This reverts commit 28bd14d438affce02c87b7e7b108c3016feba6a4.

* Release 0.8.1

Revert env-var change</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "Add env-var to replace env var in template strings (#175)"

This reverts commit 28bd14d438affce02c87b7e7b108c3016feba6a4.

* Release 0.8.1

Revert env-var change</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.8.0 (#176)</title>
<updated>2020-10-03T17:51:47+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-03T17:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=d82810b4ec7b2e13041479df7f751560d7e6be4f'/>
<id>d82810b4ec7b2e13041479df7f751560d7e6be4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add env-var to replace env var in template strings (#175)</title>
<updated>2020-10-03T17:43:04+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-03T17:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=28bd14d438affce02c87b7e7b108c3016feba6a4'/>
<id>28bd14d438affce02c87b7e7b108c3016feba6a4</id>
<content type='text'>
* Add env-var to replace env var in template strings

* Windows has it’s user in USERNAME</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add env-var to replace env var in template strings

* Windows has it’s user in USERNAME</pre>
</div>
</content>
</entry>
</feed>
