Skip to content

Instantly share code, notes, and snippets.

@DenisMir
Created December 10, 2014 09:25
Show Gist options
  • Save DenisMir/a06d7c62f648fadb7d82 to your computer and use it in GitHub Desktop.
Save DenisMir/a06d7c62f648fadb7d82 to your computer and use it in GitHub Desktop.
Sassdoc @see annotation
/**
* Test
*
* @author Denis Mir
**/
/**
* Reference
*
* @type Map
*/
$reference: (
dummy-value: 1,
dummy-value: 2
);
/**
* Dummy One
*
* @type Map
* @see {Map} reference
*/
$dummy-one: (
dummy-value: 1,
dummy-value: 2
);
/**
* Dummy Two
*
* @type Map
* @see {Map} reference
*/
$dummy-two: (
dummy-value: 1,
dummy-value: 2
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment