Lines Matching full:page
17 # Utility functions for automatic ref page generation
114 # pageInfo - information about a ref page relative to the file it's
117 # extractPage - True if page should be extracted
118 # Warning - string warning if page is suboptimal or can't be generated
119 # embed - False or the name of the ref page this include is imbedded within
123 # desc - short description of ref page
124 # begin - index of first line of the page (heuristic or // refBegin)
125 # include - index of include:: line defining the page
129 # end - index of last line of the page (heuristic validity include, or // refEnd)
255 # identify actual page start/end/description boundaries, if
261 # # or end, this is not intended as a ref page (yet). Set the begin
277 pi.Warning = 'Can\'t identify begin of ref page open block'
282 pi.Warning = 'Can\'t identify end of ref page open block'
285 # If there's no description of the page, infer one from the type
296 # Try to determine where the parameter and body sections of the page
309 pi.Warning = 'Page does not have an API definition include::'
327 # page that links into the embedding page. This is done by a very
381 # '--' block delimiter closing the page.