Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the gen_docs script so it works properly
  • Loading branch information
Russell Smith committed Apr 14, 2012
1 parent 3be1751 commit 21c5f14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/gen_docs
@@ -1,3 +1,6 @@
#!/bin/sh
# Generate html docs from src code comments using edoc
erl -pa ../../bson/ebin/ ../../mongodb/ebin -eval 'edoc:application (mongodb, [{index_columns, 1}, {sort_functions, false}, {preprocess, true}]), init:stop()' -noshell
#
# Note; this requires you to have already run make
#
erl -pa ../deps/bson/ebin ../../mongodb/ebin -eval 'edoc:application (mongodb, [{index_columns, 1}, {sort_functions, false}, {preprocess, true}]), init:stop()' -noshell

0 comments on commit 21c5f14

Please sign in to comment.