Merge pull request #191 from BBasile/tuto-gh-pages
fix #190 - Possible broken link #190 merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
8c637e95ec
2 changed files with 15 additions and 31 deletions
|
@ -5,9 +5,9 @@
|
|||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
/**
|
||||
* Class that processes YAML mappings, sequences and scalars into nodes. This can be
|
||||
* used to add custom data types. A tutorial can be found
|
||||
* $(LINK2 ../tutorials/custom_types.html, here).
|
||||
* Class that processes YAML mappings, sequences and scalars into nodes.
|
||||
* This can be used to add custom data types. A tutorial can be found
|
||||
* $(LINK2 https://dlang-community.github.io/D-YAML/, here).
|
||||
*/
|
||||
module dyaml.constructor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue