From b09a1c5eef4ec4c053c0ec22da4e9f147aae73e4 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 7 Jul 2015 11:10:07 -0400 Subject: Convert sequential examples to ones that are bound to gofpdf methods. --- htmlbasic.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'htmlbasic.go') diff --git a/htmlbasic.go b/htmlbasic.go index b7186bc..e602b7d 100644 --- a/htmlbasic.go +++ b/htmlbasic.go @@ -106,8 +106,6 @@ type HTMLBasicType struct { // HTMLBasicNew returns an instance that facilitates writing basic HTML in the // specified PDF file. -// -// This function is demonstrated in tutorial 6. func (f *Fpdf) HTMLBasicNew() (html HTMLBasicType) { html.pdf = f html.Link.ClrR, html.Link.ClrG, html.Link.ClrB = 0, 0, 128 -- cgit v1.2.1-24-ge1ad