Skip to content

Commit

Permalink
Minor doc improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sabalausky authored and Nick Sabalausky committed Mar 24, 2013
1 parent 34f7b4d commit b45e15f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sdlang_/ast.d
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ class Tag
return allTags == t.allTags;
}

/// Treats 'this' as the root tag.
/// Treats 'this' as the root tag. Note that root tags cannot have
/// values or attributes, and cannot be part of a namespace.
/// If this isn't a valid root tag, 'SDLangException' will be thrown.
string toSDLDocument()()
{
Appender!string sink;
Expand Down

0 comments on commit b45e15f

Please sign in to comment.