On Friday, 10 November 2017 at 10:12:32 UTC, RazvanN wrote:
I don't want to open a new forum thread for this, but if you
guys have more experience with ddox can you please explain me
how does it work? I expected you can simply run ddox on a .d
file and it will output the documentation in some s
On Friday, 10 November 2017 at 10:12:32 UTC, RazvanN wrote:
I don't want to open a new forum thread for this, but if you
guys have more experience with ddox can you please explain me
how does it work?
There's two modes of operation for ddox: using dmd -D -X to
generate a json file, then makin
On 11/10/17 5:12 AM, RazvanN wrote:
On Thursday, 9 November 2017 at 14:21:52 UTC, Steven Schveighoffer wrote:
On 11/8/17 10:45 PM, Andrey wrote:
I just added to dub.json this:
"-ddoxFilterArgs": [
"--min-protection=Public"
]
i.e. without --only-documented option, in this way ddox will
On Thursday, 9 November 2017 at 14:21:52 UTC, Steven
Schveighoffer wrote:
On 11/8/17 10:45 PM, Andrey wrote:
I just added to dub.json this:
"-ddoxFilterArgs": [
"--min-protection=Public"
]
i.e. without --only-documented option, in this way ddox will
generate documentation for all publi
On 11/8/17 10:45 PM, Andrey wrote:
I just added to dub.json this:
"-ddoxFilterArgs": [
"--min-protection=Public"
]
i.e. without --only-documented option, in this way ddox will generate
documentation for all public methods, even if there is no docstring.
Interesting. I misunderstood th
On Tuesday, 7 November 2017 at 14:02:28 UTC, Steven Schveighoffer
wrote:
On 11/6/17 11:01 PM, Andrey wrote:
Hello is there way to automatically generate documentation for
public methods, interfaces, fields etc.? e.g. now I should
write somethink like this to generate documentation for enum
Bac
On 11/6/17 11:01 PM, Andrey wrote:
Hello is there way to automatically generate documentation for public
methods, interfaces, fields etc.? e.g. now I should write somethink like
this to generate documentation for enum Bacgkround:
///
enum Background {
transparent, ///
light, ///
d
Hello is there way to automatically generate documentation for
public methods, interfaces, fields etc.? e.g. now I should write
somethink like this to generate documentation for enum Bacgkround:
///
enum Background {
transparent, ///
light, ///
dark, ///
action, /// Backgroun