From 69010aedc24620f24b23421f8c5a5c03591d1de7 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 30 Jun 2014 13:51:07 +0200 Subject: [PATCH] doc: document isl_schedule_get_ctx Signed-off-by: Sven Verdoolaege --- doc/user.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index 20febc9d..3ea22d49 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -523,6 +523,8 @@ in which the object was created. __isl_keep isl_restriction *restr); #include + isl_ctx *isl_schedule_get_ctx( + __isl_keep isl_schedule *sched); isl_ctx *isl_schedule_constraints_get_ctx( __isl_keep isl_schedule_constraints *sc); -- 2.11.4.GIT