www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dpldocs.info bug

reply Victor Porton <porton.victor gmail.com> writes:
https://struct-params.dpldocs.info/index.html
404. Try index.html as a starting point

Thus, in an unknown reason, docs for my package 
https://code.dlang.org/packages/struct-params don't work.

I even released a new version differing only by the version 
number, but this didn't help.

Please fix the bug, or at least give a workaround.
Dec 09 2022
parent reply Adam D Ruppe <destructionator gmail.com> writes:
On Friday, 9 December 2022 at 15:05:52 UTC, Victor Porton wrote:
 Please fix the bug, or at least give a workaround.
try adding another * to your top comment: https://github.com/vporton/struct-params-dlang/blob/master/source/struct_params.d the module needs a /** ... */ thing too. I think once that's in the others will show up too.
Dec 09 2022
parent reply Victor Porton <porton.victor gmail.com> writes:
On Friday, 9 December 2022 at 15:17:27 UTC, Adam D Ruppe wrote:
 On Friday, 9 December 2022 at 15:05:52 UTC, Victor Porton wrote:
 Please fix the bug, or at least give a workaround.
try adding another * to your top comment: https://github.com/vporton/struct-params-dlang/blob/master/source/struct_params.d the module needs a /** ... */ thing too. I think once that's in the others will show up too.
I did as you recommend. The bug seems to remain. Or should I wait more?
Dec 09 2022
parent Adam D Ruppe <destructionator gmail.com> writes:
On Friday, 9 December 2022 at 16:06:41 UTC, Victor Porton wrote:
 I did as you recommend. The bug seems to remain. Or should I 
 wait more?
it is up now.
Dec 09 2022