forked from graphstream/gs-algo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
javadoc.xml
24 lines (24 loc) · 864 Bytes
/
javadoc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
<target name="javadoc">
<javadoc
access="public"
author="true"
classpath="../gs-core/lib/mbox2.jar:../gs-core/lib/util.jar:../gs-core/lib/pherd.jar:../gs-core/bin/:./lib/commons-math-2.1.jar"
destdir="doc"
doctitle="GraphStream 1.0 API"
nodeprecated="false"
nodeprecatedlist="false"
noindex="false"
nonavbar="false"
notree="false"
source="1.5"
sourcepath="src"
splitindex="true"
use="true"
version="true" >
<tag name="complexity" scope="all" description="Computational Complexity:"/>
<tag name="reference" scope="all" description="Scientific Reference:"/>
</javadoc>
</target>
</project>