From 1a9892b94aa55a91070f0245581c6b1b79e7a140 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 13 Feb 2015 11:18:39 -0500 Subject: [PATCH] Bug 13545 [QA Followup] - Complete POD documentation --- svc/barcode | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/svc/barcode b/svc/barcode index 1a00c1f..80b1504 100755 --- a/svc/barcode +++ b/svc/barcode @@ -42,8 +42,21 @@ I is the desired barcode. It should be called like: =item I -I is the desired barcode type. Possible values are TODO. If ommited, -it defaults to Code39. +I is the desired barcode type. Possible values are +Code39 +UPCE +UPCA +QRcode +NW7 +Matrix2of5 +ITF +Industrial2of5 +IATA2of5 +EAN8 +EAN13 +COOP2of5 + +If ommited,it defaults to Code39. =back @@ -93,4 +106,4 @@ exit 0; Kyle M Hall -=cut \ No newline at end of file +=cut -- 1.7.2.5