Remove gtk-doc tags from clutter_test_* API
The API is public because we use it in the test suite, but it's not documented.
This commit is contained in:
parent
14da1c5027
commit
28a5104e11
@ -21,7 +21,7 @@ typedef struct {
|
|||||||
|
|
||||||
static ClutterTestEnvironment *test_environ = NULL;
|
static ClutterTestEnvironment *test_environ = NULL;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* clutter_test_init:
|
* clutter_test_init:
|
||||||
* @argc:
|
* @argc:
|
||||||
* @argv:
|
* @argv:
|
||||||
@ -79,7 +79,7 @@ out:
|
|||||||
test_environ->no_display = no_display;
|
test_environ->no_display = no_display;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* clutter_test_get_stage:
|
* clutter_test_get_stage:
|
||||||
*
|
*
|
||||||
* Retrieves the #ClutterStage used for testing.
|
* Retrieves the #ClutterStage used for testing.
|
||||||
@ -149,7 +149,7 @@ out:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* clutter_test_add: (skip)
|
* clutter_test_add: (skip)
|
||||||
* @test_path:
|
* @test_path:
|
||||||
* @test_func:
|
* @test_func:
|
||||||
@ -167,7 +167,7 @@ clutter_test_add (const char *test_path,
|
|||||||
clutter_test_add_data_full (test_path, (GTestDataFunc) test_func, NULL, NULL);
|
clutter_test_add_data_full (test_path, (GTestDataFunc) test_func, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* clutter_test_add_data: (skip)
|
* clutter_test_add_data: (skip)
|
||||||
* @test_path:
|
* @test_path:
|
||||||
* @test_func:
|
* @test_func:
|
||||||
@ -187,7 +187,7 @@ clutter_test_add_data (const char *test_path,
|
|||||||
clutter_test_add_data_full (test_path, test_func, test_data, NULL);
|
clutter_test_add_data_full (test_path, test_func, test_data, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* clutter_test_add_data_full:
|
* clutter_test_add_data_full:
|
||||||
* @test_path:
|
* @test_path:
|
||||||
* @test_func: (scope notified)
|
* @test_func: (scope notified)
|
||||||
@ -223,7 +223,7 @@ clutter_test_add_data_full (const char *test_path,
|
|||||||
g_free);
|
g_free);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* clutter_test_run:
|
* clutter_test_run:
|
||||||
*
|
*
|
||||||
* Runs the test suite using the units added by calling
|
* Runs the test suite using the units added by calling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user