-
I want to add a footer to generated docs. Not only will it contain a small "Built with [SassDoc](https://github.com/HugoGiraudel/SassDoc)" link on the right, but also informations about the documented…
-
Hi Everyone,
Is this plugin support classes & IDs? For example;
```
/**
* Default Button Style
*
* @group Buttons
*
* @example markup
* .std-btn {}
*
-
Here a list with smaller Issues.
(used sassdoc@1.0.0-rc.14 & sassdoc@1.0.0-rc.15)
**1. Compile never Stops**
When i have this comments
``` sass
//**
```
The compiler will never stops, but he does…
gisu updated
10 years ago
-
It would make it faster to jump to a certain search result if you could navigate the search results drop down menu using the arrow keys and press enter on the selected item.
jouni updated
10 years ago
-
I think it would be practical to have a `--version` CLI option to check which sassdoc version is installed:
``` sh
$ sassdoc --version
--version is not recognized
```
-
I have a variable defined as a string with a semicolon in it; this causes the excerpt/preview of the source code to be truncated at that semicolon.
jsit updated
10 years ago
-
The idea is to write a set of Sass fixtures to be able to unit test against it.
Similar to [this](https://github.com/SassDoc/grunt-sassdoc/blob/master/test/fixture/_sassdoc-test.scss).
Expect followi…
-
We document [here](https://github.com/SassDoc/sassdoc/wiki/Documenting-your-items#description) that SassDoc will parse description strings as Markdown.
This is not _really_ true; today it's [the them…
-
I'm running into an issue where I need to have more than a single description. I'm needing to place a comment above each `@example` that I'm making. A `@comment` block would be ideal for this. I have …
ezekg updated
10 years ago
-
```
node_modules/sassdoc/bin/sassdoc stylesheets docs -v -c view/view.json
2014-07-17 16:58:57 Can't find a package file at `view/./package.json`.
2014-07-17 16:58:57 Folder `docs` successfully remove…