1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Doxygen: Escape some HTML tags.

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-31 13:48:20 +03:00 committed by Witold Filipczyk
parent 491f09246b
commit 8cbfbe5f56
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ struct document {
#ifdef CONFIG_ECMASCRIPT #ifdef CONFIG_ECMASCRIPT
/** ECMAScript snippets to be executed during loading the document into /** 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 * Note that if you hit a string beginning by '^' here, it is followed
* by an external reference - you must wait with processing other items * by an external reference - you must wait with processing other items
* until it gets resolved and loaded. New items are guaranteed to * until it gets resolved and loaded. New items are guaranteed to

View File

@ -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 /** 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. * @a str_size includes the null char.
* @relates session */ * @relates session */
unsigned char * unsigned char *