From 4ce47e4e307267c04d6fac087c1583342428ab51 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 29 May 2015 13:29:01 -0400 Subject: [PATCH] Fix swig commenting. --- setools/policyrep/qpol.i | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setools/policyrep/qpol.i b/setools/policyrep/qpol.i index 4dbcdfd..d63c510 100644 --- a/setools/policyrep/qpol.i +++ b/setools/policyrep/qpol.i @@ -1318,9 +1318,11 @@ typedef struct qpol_cat {} qpol_cat_t; /* qpol mls range */ typedef struct qpol_mls_range {} qpol_mls_range_t; %extend qpol_mls_range { - # TODO: determine how to conditionally destroy this range. - # It should only be destroyed if it was looked up (user-entered) - # Otherwise qpol will destroy the others when the policy closes. + /* + * TODO: determine how to conditionally destroy this range. + * It should only be destroyed if it was looked up (user-entered) + * Otherwise qpol will destroy the others when the policy closes. + */ %exception qpol_mls_range { $action if (!result) {