Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
some notes in docu
  • Loading branch information
dvv committed Nov 30, 2011
1 parent b7f66cc commit 671a2e2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions syntax.md
Expand Up @@ -274,3 +274,22 @@ Some methods can fire native or custom events. These are indicated below the arg
* ... * ...
**/ **/


Sugar
----

## Sections

Sections are grouped parts of documentation. They don't add to element hierarchy, but just help to organize documentation.

/**
* == Section Name ==
*
* Describe this section here.
**/

## Short links

Short links help to quickly refer some element. Supported are two flavors:

* `[[HREF]]` - renders to <a href=HREF>HREF</a>
* `[[HREF ' ' TEXT]] - renders to <a href=HREF>TEXT</a>

0 comments on commit 671a2e2

Please sign in to comment.