Syntax - shellman (original) (raw)

Documentation syntax¤

To write your documentation, you must follow a few simple rules.

This is not a doc line.

##This is not valid because there is no space after ##.
`

\desc I personally prefer backslash, I find it more readable.

`

Second line.

Fourth line.

`

First line.

Third line.

`

\brief ...you still can write more than one.

`

This is still the first note.

\note This is another note.

`

\function-brief one-line description

\function-argument arg1 some argument

`

Showing a list of steps:

- do this

- and do that

`

That's it! You may want to take a look at the available tags now.