Browse Source

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

tags/2.1
Anton Yuzhaninov 4 years ago
parent
commit
9ea2c51f45
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/lua/lua_url.c

+ 1
- 0
src/lua/lua_url.c View File

* - `unnormalised`: URL has some unicode unnormalities * - `unnormalised`: URL has some unicode unnormalities
* - `zw_spaces`: URL has some zero width spaces * - `zw_spaces`: URL has some zero width spaces
* - `url_displayed`: URL has some other url-like string in visible part * - `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 * @return {table} URL flags
*/ */
#define PUSH_FLAG(fl, name) do { \ #define PUSH_FLAG(fl, name) do { \

Loading…
Cancel
Save