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

When I use the example from the repo to run groc, it works fine. However, I use load-grunt-tasks to load my task configurations from a separate file and when I...

Assertion failed: (!uv__io_active(&stream->io_watcher, UV__POLLOUT) || !ngx_queue_empty(&stream->write_completed_queue) || !ngx_queue_empty(&stream->write_queue) || stream->shutdown_req != NULL || stream->connect_req != NULL), function uv_read_stop, file ../deps/uv/src/unix/stream.c, line 1329. It works if I delete some non-special characters....

Is there a way to override the language options through the `.groc.json` file or command line? Docco has this capability which allows me to use a different comment style for...

Wondering if groc can be configured for other languages, like docco can, with a very simple languages.json file?

Current implementation breaks on file paths containing spaces, at least when trying to remove existing generated documentation. I get this kind of error messages when trying to generate the doc...

As _groc's_ incomplete [google site-search results](https://www.google.de/search?rls=en&q=site:nevir.github.io/groc/&ie=UTF-8&oe=UTF-8) prove, the current on-the-fly generated tables of contents is ignored by search-engines. As an initial step towards a better (ajax-based ?!?) solution I changed...

… what should I say, here is support for literate coffee-script. If one digs deeper into this mode, you will recognize that code and comments have always separate segments. This...

I love the tool, it helps me in a great way to do my stuff! But I want to run it from node and not the terminal. I have groc...

I added support for XML and HTML to languages.coffee