소스 검색

[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…
취소
저장