<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/test/CppTests/Config.test.ts, branch 1.3.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>Refactor, add {file} template (#221)</title>
<updated>2021-05-14T16:14:36+00:00</updated>
<author>
<name>HO-COOH</name>
<email>42881734+HO-COOH@users.noreply.github.com</email>
</author>
<published>2021-05-14T16:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=af70cf95d9d010f27da1c1c8987c807ee3255a10'/>
<id>af70cf95d9d010f27da1c1c8987c807ee3255a10</id>
<content type='text'>
* Refactor, add {file} template

* Add test for {file} expansion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor, add {file} template

* Add test for {file} expansion</pre>
</div>
</content>
</entry>
<entry>
<title>Reordered assertion parameter in tests</title>
<updated>2021-05-08T19:01:49+00:00</updated>
<author>
<name>to-s</name>
<email>to-s@users.noreply.github.com</email>
</author>
<published>2021-05-07T22:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=ddd24fe12bfb3557f422c1c8dc1d5464d2961c34'/>
<id>ddd24fe12bfb3557f422c1c8dc1d5464d2961c34</id>
<content type='text'>
Due to https://github.com/cschlosser/doxdocgen/issues/218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to https://github.com/cschlosser/doxdocgen/issues/218
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tags in generic order not expanded (#217)</title>
<updated>2021-05-06T16:15:36+00:00</updated>
<author>
<name>HO-COOH</name>
<email>42881734+HO-COOH@users.noreply.github.com</email>
</author>
<published>2021-05-06T16:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=37f735ecdd426683a087c7e9fdb13779166b5c7a'/>
<id>37f735ecdd426683a087c7e9fdb13779166b5c7a</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>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.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>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>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>
