Skip to content

How to override default implementation of what lines to show in documentation window? #2163

Closed Answered by Sebastian-Nielsen
Sebastian-Nielsen asked this question in Q&A
Discussion options

You must be logged in to vote

Overwriting entry.get_documentation did the job

	entry.get_documentation = function(self)
		return {"aaaa", "bbbbb"}
	end

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sebastian-Nielsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant