From: davemds Date: Sat, 8 Feb 2014 19:40:34 +0000 (+0100) Subject: docs for the new entry style tags X-Git-Tag: v1.9.0-alpha1~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7c68722e26069ece8caf6659fb8f24d15df7084;p=platform%2Fupstream%2Felementary.git docs for the new entry style tags --- diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index 2ec3c6a..82a82f5 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -55,6 +55,31 @@ * @li \...\: Sets the @b bold style for the enclosed text. * @li \...\: Underlines the enclosed text. * @li \...\: Highlights the enclosed text. + * @li \...\: Main title. + * @li \...\: Secondary level title. + * @li \...\: A really big text, not so big as the titles. + * @li \...\: Big text. + * @li \...\: Small text. + * @li \...\: Really small text, at the point of unreadability. + * + * Entry also support tags for code syntax highlight. Note that this does not + * mean that the entry will automatically perform code highlight, application + * are responsable of applying the correct tag to code blocks. + * The default theme define the following tags: + * @li \...\: Monospace font without shadows. + * @li \...\: Code comments. + * @li \...\: Strings of text. + * @li \...\: Numeric expression (ex: 1, 2, 0.34, etc) + * @li \...\: Braces used for code syntax. + * @li \...\: Variables types (ex: int, float, char, Evas_Object, etc) + * @li \...\: Class names, when defined, not when used. + * @li \...\: Function names, when defined, not called. + * @li \...\: Generic parameters. + * @li \...\: Language keywords (ex: return, NULL, while, for, etc) + * @li \...\: Preprocessors definitions. + * @li \...\: Diff addeded lines. + * @li \...\: Diff removed lines. + * @li \...\: Diff changed lines. * * @section entry-special Special markups *