CheckLinks

struct defined in module Pollen


			CheckLinks() <: Rewriter

A Rewriter that warns when it finds a :reference tag that does not point to a valid document. See ResolveReferences and ResolveSymbols for rewriters that create nodes with :reference tags.

It does not make any changes to a project.

Example


			
			
			

	
			Project
			(
			
			[
			

	
			ResolveReferences
			(
			)
			,
			 
			

			CheckLinks
			(
			)
			]
			)
Methods

There are 2 methods for Pollen.CheckLinks: