Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView API html documentation

it may help you : a readable api documentation in html (including examples)

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/4718.QlikViewAPI.zip:550:0]

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Cool idea. Can you generate a Method Summary section as well?

Are you using javadoc or another tool to do the generation?

-Rob

Not applicable
Author

a method summary section ? what do you mean by that ?

the files are generated from an xml export of a straight table box containing useful fields from the API guide document, and then I use my own c# tool to extract information from the xml and write it in javadoc like format

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP


jgeorge wrote:a method summary section ? what do you mean by that ?


Javadoc listings contain a condensed listing of the methods using only the first line of the method description. Makes it easy for a quikc method review. For an example see,

http://java.sun.com/javase/6/docs/api/java/util/AbstractList.html#method_summary

That is followed (and linked to from the summary) by a method detail that shows the complete comments for the method.

-Rob