Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/web/files/sitescripts

Issue 29336202: Issue 3637 - Generate source code documentation on the web server (Closed)
Patch Set: Fix generation commands Created Feb. 10, 2016, 2:05 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [docs]
2 temp_directory=/tmp/sitescripts-generate-docs
3 adblockplus_repository=https://hg.adblockplus.org/adblockplus
4 adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus
5 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
6 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome
7 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome
8 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
9 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore
10 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore
11 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
12 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus
13 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus
14 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
OLDNEW
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld