January 20, 2021 Re: Generating documentation help | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tim | On Wednesday, 20 January 2021 at 00:16:51 UTC, Tim wrote:
> They are defined "module simulator" and "module analyzer". I also have "module math" etc. that are added to the index
That's weird...
There are a bunch of command line args to adrdox that might help like
--document-undocumented
--write-private-docs
--write-internal-modules
(see --help for more info)
but by the sounds of it none of those should apply to you. idk...
|
January 20, 2021 Re: Generating documentation help | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe | On Wednesday, 20 January 2021 at 00:53:54 UTC, Adam D. Ruppe wrote:
> On Wednesday, 20 January 2021 at 00:16:51 UTC, Tim wrote:
>> They are defined "module simulator" and "module analyzer". I also have "module math" etc. that are added to the index
>
> That's weird...
>
> There are a bunch of command line args to adrdox that might help like
>
> --document-undocumented
> --write-private-docs
> --write-internal-modules
>
> (see --help for more info)
>
> but by the sounds of it none of those should apply to you. idk...
None of those worked. But if I deleted index.html then reran the doc gen, it worked just fine. Looks like index.html is not being updated
|
January 20, 2021 Re: Generating documentation help | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tim | On Wednesday, 20 January 2021 at 01:00:32 UTC, Tim wrote:
> But if I deleted index.html then reran the doc gen, it worked just fine. Looks like index.html is not being updated
oooooh yeah i forgot i did that.... cuz I so often build individual files and it deleting the index annoyed me....
oops, i should prolly make that a command line arg or something.
so yeah my error but now we know.
|
January 20, 2021 Re: Generating documentation help | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe | On Wednesday, 20 January 2021 at 01:25:28 UTC, Adam D. Ruppe wrote:
> On Wednesday, 20 January 2021 at 01:00:32 UTC, Tim wrote:
>> But if I deleted index.html then reran the doc gen, it worked just fine. Looks like index.html is not being updated
>
> oooooh yeah i forgot i did that.... cuz I so often build individual files and it deleting the index annoyed me....
>
> oops, i should prolly make that a command line arg or something.
>
> so yeah my error but now we know.
Glad we worked it out
|
Copyright © 1999-2021 by the D Language Foundation