Thread overview
DDOC generator Harbored-Mod - v0.3.4
Apr 25, 2020
Basile B.
Apr 25, 2020
9il
Apr 25, 2020
Basile B.
April 25, 2020
Harbored-Mod is a lesser known documentation generator for the D programming language.

Since the last release several old bugs have been fixed.
The location[1] has changed too.

- added support for anchors via anchor.js
- enum member attributes are displayed (they didn't exist when the soft was created).
- comments for enum members were not displayed.
- fix a problem when collapsing the TOC in index.html
- the template param for typed and templated enum was not displayed.
- empty headers were generated, which has been revealed by the addition of anchors.

[1] https://gitlab.com/basile.b/harbored-mod

Note that I don't have access to the DUB registry to update the location so Ilya Y. if you read this maybe you can do that [2] ;).

[2] https://code.dlang.org/packages/harbored-mod
April 25, 2020
On Saturday, 25 April 2020 at 06:50:07 UTC, Basile B. wrote:
> [1] https://gitlab.com/basile.b/harbored-mod
>
> Note that I don't have access to the DUB registry to update the location so Ilya Y. if you read this maybe you can do that [2] ;).
>
> [2] https://code.dlang.org/packages/harbored-mod

done
April 25, 2020
On Saturday, 25 April 2020 at 08:36:40 UTC, 9il wrote:
> On Saturday, 25 April 2020 at 06:50:07 UTC, Basile B. wrote:
>> [1] https://gitlab.com/basile.b/harbored-mod
>>
>> Note that I don't have access to the DUB registry to update the location so Ilya Y. if you read this maybe you can do that [2] ;).
>>
>> [2] https://code.dlang.org/packages/harbored-mod
>
> done

thanks Ilya.