Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1137030
makedoc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
903 B
Subscribers
None
makedoc
View Options
#!/bin/sh
#
# Generates the Zed source code documentation
# http://scherzo.dereckson.be/doc/zed
#
#For any debug purpose, the initial command line were:
#phpdoc -d /home/dereckson/dev/zed/zed-repo -dn Zed --title "Zed. The source code to build a world." -s -ric README -o HTML:Smarty:HandS -i apps/,cache/,content/,css/,dev/,doc/ img/,js/,lang/,skins/,includes/Smarty -t /home/wwwroot/dereckson.be/scherzo/doc/zed
#Config
PHPDOC
=
/usr/local/bin/phpdoc
REPO
=
/home/dereckson/dev/zed/zed
TARGETDOC
=
/var/wwwroot/dereckson.be/scherzo/doc/zed
IGNORES
=
apps/,cache/compiled/,content/,css/,dev/,doc/,img/,js/,lang/,skins/,includes/Smarty/
#Deletes previous doc
echo
Deleting previous documentation...
rm -f -R
"
${
TARGETDOC
:?
}
/"
*
#Make doc
echo
Building new documentation...
$PHPDOC
-d
$REPO
-dn Zed --title
"Zed. The source code to build a world."
-s -ric README -o HTML:Smarty:Zed -i
$IGNORES
-t
$TARGETDOC
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Jul 11, 15:25 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21461
Default Alt Text
makedoc (903 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment