Skip to content

Commit f8256b6

Browse files
committedJan 17, 2014
link to old docu from main page
1 parent a6e4adc commit f8256b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎chassis/core/src/main/java/com/griddynamics/jagger/invoker/Invoker.java

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ public interface Invoker<Q,R,E> extends Serializable {
7272
/// @li @ref Main_Listeners_General_group @e @htmlonly <font color="#009900">NEW ver 1.2.3</font>@endhtmlonly
7373
///
7474
/// @li @ref Main_Custom_Components_group
75+
///
76+
/// @n
77+
/// @n
78+
/// Other documentation <a href='../archive/index.html'>versions</a>
7579

7680
/// @defgroup Main_Test_Suite_Flow_group Test suite execution sequence
7781
///

‎make_docu.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ version=$1
99

1010
# set version - don't change text (doxygen will use it)
1111
echo "Version: $version"
12-
echo "Version: $version" > ./doc/setup/JaggerVersion.txt
12+
if [ ! -z "$version" ]; then
13+
echo "Version: $version" > ./doc/setup/JaggerVersion.txt
14+
fi
1315

1416
# xsd schema
1517
rm -r ./doc/html/xsd/*.*

0 commit comments

Comments
 (0)