mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Doxygen: Escape some HTML tags.
This commit is contained in:
parent
491f09246b
commit
8cbfbe5f56
@ -154,7 +154,7 @@ struct document {
|
||||
|
||||
#ifdef CONFIG_ECMASCRIPT
|
||||
/** ECMAScript snippets to be executed during loading the document into
|
||||
* a window. This currently involves <script>s and onLoad handlers.
|
||||
* a window. This currently involves @<script>s and onLoad handlers.
|
||||
* Note that if you hit a string beginning by '^' here, it is followed
|
||||
* by an external reference - you must wait with processing other items
|
||||
* until it gets resolved and loaded. New items are guaranteed to
|
||||
|
@ -1359,7 +1359,7 @@ get_current_link_url(struct session *ses, unsigned char *str, size_t str_size)
|
||||
}
|
||||
|
||||
/** get_current_link_name: returns the name of the current link
|
||||
* (the text between <A> and </A>), @a str is a preallocated string,
|
||||
* (the text between @<A> and @</A>), @a str is a preallocated string,
|
||||
* @a str_size includes the null char.
|
||||
* @relates session */
|
||||
unsigned char *
|
||||
|
Loading…
Reference in New Issue
Block a user