benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 114 forks source link

Add syntax highlighting and fix stream view results example #130

Closed optikfluffel closed 8 years ago

benoitc commented 9 years ago

Thanks for your patch! However, the README is generated from the overview, can you apply your changes there?

optikfluffel commented 9 years ago

Like this? Also I have a little question, why are there ''' instead of ````` in overview.edoc?

benoitc commented 9 years ago

@optikfluffel build was failing if I was not using it for me. Does it work for you with ```?

optikfluffel commented 9 years ago

When I try to run make doc it does even fail with the ''':

/usr/local/bin/rebar -C rebar_dev.config get-deps
==> jsx (get-deps)
==> oauth (get-deps)
==> idna (get-deps)
==> ssl_verify_hostname (get-deps)
==> hackney (get-deps)
==> edown (get-deps)
==> couchbeam (get-deps)
/usr/local/bin/rebar -C rebar_dev.config compile
==> jsx (compile)
==> oauth (compile)
==> idna (compile)
==> ssl_verify_hostname (compile)
==> hackney (compile)
==> edown (compile)
/Users/user/Desktop/couchbeam/deps/edown/src/edown_doclet.erl:116: field packages undefined in record doclet_gen
/Users/user/Desktop/couchbeam/deps/edown/src/edown_doclet.erl:118: field filemap undefined in record doclet_gen
Compiling /Users/user/Desktop/couchbeam/deps/edown/src/edown_doclet.erl failed:
ERROR: compile failed while processing /Users/user/Desktop/couchbeam/deps/edown: rebar_abort
make: *** [devbuild] Error 1
benoitc commented 9 years ago

hrm odd... In another project I directly used a pre but maybe it can solved in a smarter way. I will have a look.

optikfluffel commented 8 years ago

i can wait

benoitc commented 8 years ago

Sorry. I will have a look on it later in the day.

optikfluffel commented 8 years ago

Any updates on that one? 😅

//edit: I just did a rebase based on current master