groc icon indicating copy to clipboard operation
groc copied to clipboard

Documentation generation, in the spirit of literate programming.

Results 79 groc issues
Sort by recently updated
recently updated
newest added

It's common in node projects to have an index.js file. This maps to the same name as the README, causing one to be overwritten.

Description is in https://github.com/nevir/groc/issues/114 …

The current implementation is confusing

behavior

On both Ubuntu 12.04 and on TravisCI groc fails with the following error: ``` ! Failed to highlight /home/path/to/project/lib/api/applications.js as JavaScript: execvp(): No such file or directory Warning: execvp(): No...

The regex that splits the segments from the pygmetized code assumes that there will be a single space between SEGMENT and DIVIDER. This fails for some lexers. Relaxing this assumption...

On node v.0.10.28 and groc 0.6.3. Let's say you have a .groc.json that looks like this: ``` { "glob": ["README.md", "app/**/*.js", "otherapp/**/*.js"], "out": "docs" } ``` And in both the...

Groc produces paths like web\index.jsp on a winServer. is there a configuration hook to unix like web/index.jsp

Example: ``` // * key: explanation of key ``` or ``` // - param: another param ``` Both render the asterix or hyphen literally

The layout is somewhat there. Behavior is lacking: - Focusing the search box kicks in the auto-centering behavior which does not play well with floats. Needs a workaround for the...

feature
styling

Having all the text pushed over to the left for things like [README](http://nevir.github.io/groc/) pages seems suboptimal. Is there a way to control that that I'm missing? And, BTW, just started...