Fix swig commenting.

This commit is contained in:
Chris PeBenito 2015-05-29 13:29:01 -04:00
parent 4bea20b522
commit 4ce47e4e30

View File

@ -1318,9 +1318,11 @@ typedef struct qpol_cat {} qpol_cat_t;
/* qpol mls range */ /* qpol mls range */
typedef struct qpol_mls_range {} qpol_mls_range_t; typedef struct qpol_mls_range {} qpol_mls_range_t;
%extend qpol_mls_range { %extend qpol_mls_range {
# TODO: determine how to conditionally destroy this range. /*
# It should only be destroyed if it was looked up (user-entered) * TODO: determine how to conditionally destroy this range.
# Otherwise qpol will destroy the others when the policy closes. * 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 { %exception qpol_mls_range {
$action $action
if (!result) { if (!result) {