<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/Lang/Cpp/CppDocGen.ts, 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>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>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>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>Fix failed tests</title>
<updated>2019-10-19T13:27:58+00:00</updated>
<author>
<name>EternalPhane</name>
<email>eternalphane@gmail.com</email>
</author>
<published>2019-10-19T13:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=effaa807f150653418eeb9f0e2825a15cc65e6b0'/>
<id>effaa807f150653418eeb9f0e2825a15cc65e6b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for multiline template</title>
<updated>2019-10-19T12:14:53+00:00</updated>
<author>
<name>EternalPhane</name>
<email>eternalphane@gmail.com</email>
</author>
<published>2019-10-19T12:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=34bd62742eaf7ce6e408099e27ed8988ffc9401c'/>
<id>34bd62742eaf7ce6e408099e27ed8988ffc9401c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix brief and add tests</title>
<updated>2019-06-28T21:13:09+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-06-28T21:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=b4193c57675c394af91aeb745e6e8175ca827a01'/>
<id>b4193c57675c394af91aeb745e6e8175ca827a01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Indents anywhere</title>
<updated>2019-06-28T20:27:09+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2019-06-28T20:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=1ca956daf7bcba223f14400f21b9695616b0f1d6'/>
<id>1ca956daf7bcba223f14400f21b9695616b0f1d6</id>
<content type='text'>
{indent:number} can be used to align parameters, text blocks and all at cetain limits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
{indent:number} can be used to align parameters, text blocks and all at cetain limits.
</pre>
</div>
</content>
</entry>
</feed>
