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 */
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) {