digitalmars.D.learn - Docs generation example
- =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KTQsNC0?= =?UTF-8?B?0LXQtdCy?= (5/5) Oct 09 2020 Wanted!
- Anonymouse (4/9) Oct 09 2020 dub run adrdox -- -i sources
- =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KTQsNC0?= =?UTF-8?B?0LXQtdCy?= (4/15) Oct 10 2020 Nice !
- Guillaume Piolat (5/10) Oct 10 2020 Alternatively:
- Zekereth (4/9) Oct 10 2020 The more official way is: dub build --build=docs
Wanted! Docs generation example. I have dub project, sources/*.d. I want html-index with all classes/functions. Is exists simple, hi-level, one-line command line solution ?
Oct 09 2020
On Saturday, 10 October 2020 at 02:07:02 UTC, Виталий Фадеев wrote:Wanted! Docs generation example. I have dub project, sources/*.d. I want html-index with all classes/functions. Is exists simple, hi-level, one-line command line solution ?dub run adrdox -- -i sources Files will be in generated-docs/
Oct 09 2020
On Saturday, 10 October 2020 at 05:04:54 UTC, Anonymouse wrote:On Saturday, 10 October 2020 at 02:07:02 UTC, Виталий Фадеев wrote:Nice ! https://github.com/vitalfadeev/dlang-doc-example/raw/main/docs.png Thank a lot !Wanted! Docs generation example. I have dub project, sources/*.d. I want html-index with all classes/functions. Is exists simple, hi-level, one-line command line solution ?dub run adrdox -- -i sources Files will be in generated-docs/
Oct 10 2020
On Saturday, 10 October 2020 at 02:07:02 UTC, Виталий Фадеев wrote:Wanted! Docs generation example. I have dub project, sources/*.d. I want html-index with all classes/functions. Is exists simple, hi-level, one-line command line solution ?Alternatively: 1. Publish the 'blablah' package on the DUB registry. 2. Navigate to the https://blablah.dpldocs.info/index.html URL
Oct 10 2020
On Saturday, 10 October 2020 at 02:07:02 UTC, Виталий Фадеев wrote:Wanted! Docs generation example. I have dub project, sources/*.d. I want html-index with all classes/functions. Is exists simple, hi-level, one-line command line solution ?The more official way is: dub build --build=docs Alternatively to use ddox with: dub build --build=ddoc
Oct 10 2020