X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=libextl%2Flibextl-mkexports.in;h=a23ab1fbc3d14cba6f35ba7e8d14a09b0b0ed538;hb=HEAD;hp=bbb672d84ae74961cdf4a8dd4ec11e234c424b86;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/libextl/libextl-mkexports.in b/libextl/libextl-mkexports.in index bbb672d..a23ab1f 100644 --- a/libextl/libextl-mkexports.in +++ b/libextl/libextl-mkexports.in @@ -69,6 +69,7 @@ desc2human={ ["o"]="object", ["s"]="string", ["S"]="string", + ["a"]="any value", } -- }}} @@ -619,12 +620,14 @@ function write_fndoc(h, fn, info) fn=info.exported_name end + --[[ if info.class~="global" then fprintf(h, "\\index{%s@%s!", texfriendly(info.class), texfriendly_typeormod(info.class)); fprintf(h, "%s@\\code{%s}}\n", texfriendly(fn), fn) end fprintf(h, "\\index{%s@\\code{%s}}\n", texfriendly(fn), fn) + ]] if info.class~="global" then fprintf(h, "\\hyperlabel{fn:%s.%s}", info.class, fn)