From a19e3464374b00c857b32fb2aefa1cbcc7a68ece Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 29 Aug 2005 19:55:00 +0000 Subject: [PATCH] doctool display for no interfaces or templates --- refpolicy/Changelog | 3 +++ refpolicy/doc/templates/module.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/refpolicy/Changelog b/refpolicy/Changelog index 3bde38b9..bdef26cb 100644 --- a/refpolicy/Changelog +++ b/refpolicy/Changelog @@ -1,3 +1,6 @@ +- Doc tool will explicitly say a module does not have interfaces + or templates on the module page. + * Fri Aug 26 2005 Chris PeBenito - 20050826 - Add Makefile support for building loadable modules. - Add genclassperms.py tool to add require blocks diff --git a/refpolicy/doc/templates/module.html b/refpolicy/doc/templates/module.html index e1567959..71341feb 100644 --- a/refpolicy/doc/templates/module.html +++ b/refpolicy/doc/templates/module.html @@ -26,3 +26,6 @@ [[templates]] Return [[end]] +[[if not templates and not interfaces]] +

No interfaces or templates.

+[[end]]