Property definitions

nitc $ QuickSearchResult :: defaultinit
# A QuickSearch result.
private class QuickSearchResult
	serialize

	# The text of the link.
	var txt: String

	# The destination of the link.
	var url: String
end
src/doc/static/static_index.nit:73,1--82,3