// Verify fix for issue 0133. /** * The x stuff. * @author jdl * @version $Id: test61_1.h,v 1.2 2003/02/26 18:46:27 jlinoff Exp $ */ namespace { int s_test61_x1 = 0; int s_test61_x2 = 0; /** * This is a function. * Check the embedded links using a hash prefix, * is this {@link #s_test61_x1}? *
* Check the embedded links using no prefix, * is this {@link s_test61_x1 s_test61_x1}? *
* Check the embedded links using a full path, * is this {@link -anonymous-::s_test61_x1 -anonymous-::s_test61_x1}? *
* Check the embedded links using a full path, * is this {@link ::s_test61_x1 ::s_test61_x1}? * @see #s_test61_x2 * @see #s_test61_y1 */ int s_test61_fct(int a1,int a2,int a3,int a4=0); } /** * global function * @see s_test61_y2 */ void g_test61_global_fct();