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.
// Traces a pdf object to a direct object. For example if multiple
// references via indirect objects etc.
// (Move to pdfobject.go?)
//
// Return parent too? And an error if not found?
// Traces a pdf object to a direct object. For example contained
// in indirect objects (can be double referenced even).
//
// Note: This function does not trace/resolve references.
// That needs to be done beforehand.