Files
sdk/pkg/analyzer/lib/src/codegen
guillermooo 5367cd35bc allow for selectively writing begin/end doc comments markers
If a marker is null, it won't be written. For all other strings,
they'll be written as they are, including the empty string.

This enables nicer output for languages that don't have begin/end
markers for doc comments, such as Python.
2016-01-05 12:12:50 +01:00
..