markdox
Version:
Markdox is a documentation generator based on Dox and Markdown with support for JavaScript, CoffeeScript and IcedCoffeeScript.
35 lines (16 loc) • 471 B
Markdown
<!-- Start examples/fixtures/tags.js -->
# log.js
This file contains logging function.
**Deprecated**
Author: Charles Bourasseau <charles.bourasseau@gmail.com>
Version: 0.0.1
## helloWorld(message)
This method log a given message to the console.
### Examples:
log('It works!');
See: console.log()
### Params:
* **String** *message* The message to log
### Return:
* **Boolean** True if it success, false if not
<!-- End examples/fixtures/tags.js -->