mod:update comment in pdf.c

pull/2/merge
Qingping Hou 12 years ago
parent b33720a567
commit e8fa2d50ea

@ -119,8 +119,11 @@ static int walkTableOfContent(lua_State *L, fz_outline* ol, int *count, int dept
}
/*
* Return a table with (title,page) pair as entry:
* {"chapter1"=12, "chapter2"=20}
* Return a table like this:
* {
* {page=12, depth=1, title="chapter1"},
* {page=54, depth=1, title="chapter2"},
* }
*/
static int getTableOfContent(lua_State *L) {
fz_outline *ol;

Loading…
Cancel
Save