瀏覽代碼

[Minor] Document `image` flag in url:get_flags()

tags/2.1
Anton Yuzhaninov 4 年之前
父節點
當前提交
9ea2c51f45
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/lua/lua_url.c

+ 1
- 0
src/lua/lua_url.c 查看文件

@@ -849,6 +849,7 @@ lua_url_all (lua_State *L)
* - `unnormalised`: URL has some unicode unnormalities
* - `zw_spaces`: URL has some zero width spaces
* - `url_displayed`: URL has some other url-like string in visible part
* - `image`: URL is from src attribute of img HTML tag
* @return {table} URL flags
*/
#define PUSH_FLAG(fl, name) do { \

Loading…
取消
儲存