From 1c13ae4ed5d84b32c2c1a0698f9e688c312de989 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jan 2016 15:14:32 +0200 Subject: Documentation improvements --- bpkg/pkg-clean.cli | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'bpkg/pkg-clean.cli') diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli index 9452291..ffad75a 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -8,21 +8,24 @@ include ; "\name=bpkg-pkg-clean" "\summary=clean package" -/* -"\h{SYNOPSIS} +namespace bpkg +{ + { + " ", -bpkg pkg-clean ..." + "\h|SYNOPSIS| -"\h{DESCRIPTION} + \c{\b{bpkg pkg-clean}|\b{clean} [] ...} -The \cb{pkg-clean} command cleans the previously configured -(\cb{pkg-configure}) package. Underneath, this command doesn't -do much more than run (\cb{b clean})." -*/ + \h|DESCRIPTION| + + The \cb{pkg-clean} command cleans the previously configured + (via \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. + Underneath, this command doesn't do much more than run \cb{b clean}." + } -namespace bpkg -{ class pkg_clean_options: configuration_options { + "\h|PKG-CLEAN OPTIONS|" }; } -- cgit v1.1