script to gen rs documentation, pls comment your code JAVADOC style

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@504 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2008-04-15 12:37:31 +00:00
parent 83316559ba
commit 2def35c6f2

View File

@ -0,0 +1,16 @@
#!/bin/bash
# This script creates a doxygen documentation of retroshare
# you need to install doxygen and graph-viz(dot tool) for script to work
echo "doxygen and graph viz must be installed"
# create documentation
doxygen rsDocumentation || exit
#indicate finshed
echo "complete"