<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/test/CppTests/Config.test.ts, branch 1.2.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.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>
<entry>
<title>Add custom tags to generic order (#173)</title>
<updated>2020-10-03T15:15:04+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>2466365+cschlosser@users.noreply.github.com</email>
</author>
<published>2020-10-03T15:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=15dcabb5903b68bbc8b490b1d0e220d13acf63b7'/>
<id>15dcabb5903b68bbc8b490b1d0e220d13acf63b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to filter keywords</title>
<updated>2020-06-26T13:09:49+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2020-06-26T13:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=3e68f18e2e10d90bd094707141c943146482f68b'/>
<id>3e68f18e2e10d90bd094707141c943146482f68b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit test</title>
<updated>2019-11-16T03:11:08+00:00</updated>
<author>
<name>EternalPhane</name>
<email>eternalphane@gmail.com</email>
</author>
<published>2019-11-16T03:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=5648d5ed96d6150f14530f14df5842dc248bf4be'/>
<id>5648d5ed96d6150f14530f14df5842dc248bf4be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Negative test</title>
<updated>2019-06-28T21:25:22+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-06-28T21:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=c79177e7990359be7cd28146b10f198bd4102b56'/>
<id>c79177e7990359be7cd28146b10f198bd4102b56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
