mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
83316559ba
commit
2def35c6f2
16
libretroshare/src/scripts/documentation-script
Executable file
16
libretroshare/src/scripts/documentation-script
Executable 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"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user