Thread overview
[Issue 15516] etc.linux.memoryerror has no documentation
Jan 04, 2016
Walter Bright
Jan 04, 2016
deadalnix
Jan 04, 2016
Walter Bright
Jan 04, 2016
Adam D. Ruppe
Jan 14, 2016
deadalnix
Dec 17, 2022
Iain Buclaw
January 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15516

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |deadalnix@gmail.com

--
January 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15516

--- Comment #1 from deadalnix <deadalnix@gmail.com> ---
I have no idea how to make that happen. Is there a tutorial somewhere to know how to add doc to the website ?

--
January 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15516

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
In druntime,

1. add it to mak/DOCS
2. add it to win32.mak just like the other files
3. add it to win64.mak just like the other files
4. I don't know anymore how things get added to the menu on the left

--
January 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15516

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #3 from Adam D. Ruppe <destructionator@gmail.com> ---
"4. I don't know anymore how things get added to the menu on the left"

Perfect illustration of another instance of why the official docs suck... nobody knows how to use them.


Here's how you do it with my generator:
Or just run `./doc ~/d/druntime/import/etc/linux/memoryerror.d`

It just works once you tell it to process a file.

Oh dear, two functions didn't have comments... well, easy enough to add and run again, yielding this:

http://dpldocs.info/experimental-docs/etc.linux.memoryerror.html

--
January 14, 2016
https://issues.dlang.org/show_bug.cgi?id=15516

--- Comment #4 from deadalnix <deadalnix@gmail.com> ---
https://github.com/D-Programming-Language/druntime/pull/1467

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=15516

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 15
https://issues.dlang.org/show_bug.cgi?id=15516

--- Comment #5 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dlang.org/issues/4047

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--