Cleanup comment

This commit is contained in:
Gunnsteinn Hall 2016-08-20 11:32:22 +00:00
parent e8ee7ca99f
commit ae85beecd0

View File

@ -286,11 +286,8 @@ func (this *PdfObjectNull) DefaultWriteString() string {
} }
// Handy functions to work with primitive objects. // Handy functions to work with primitive objects.
// Traces a pdf object to a direct object. For example if multiple // Traces a pdf object to a direct object. For example contained
// references via indirect objects etc. // in indirect objects (can be double referenced even).
// (Move to pdfobject.go?)
//
// Return parent too? And an error if not found?
// //
// Note: This function does not trace/resolve references. // Note: This function does not trace/resolve references.
// That needs to be done beforehand. // That needs to be done beforehand.