From: Adeel Kazmi Date: Thu, 21 Aug 2014 18:29:43 +0000 (+0100) Subject: Fixes to use latest version of doxygen X-Git-Tag: dali_1.0.6~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=1d3478513a4c2d8790126d72186cf287b5d0fb11 Fixes to use latest version of doxygen Change-Id: Icbad164c6cc822a2ee3285c7275892f57b86336f --- diff --git a/base/dali-toolkit/public-api/controls/text-input/text-input.h b/base/dali-toolkit/public-api/controls/text-input/text-input.h index 6ca2403..76b7af7 100644 --- a/base/dali-toolkit/public-api/controls/text-input/text-input.h +++ b/base/dali-toolkit/public-api/controls/text-input/text-input.h @@ -330,15 +330,17 @@ public: * the boundary height the stage height minus the title's height. * Restrictions - The boundary box should be set up with a fixed z position for the text-input and the default camera. * @param[in] boundingOriginAndSize Rect( x coordinate, y coordinate, width, height ) - * ------------------------------------------ - * |(x,y) | - * |o---------------------------------------| - * || || - * || Bounding Box || boundary height - * || || - * |----------------------------------------| - * ------------------------------------------ - * boundary width + * @code + * +----------------------------------------+ + * |(x,y) | + * |+--------------------------------------+| + * || || + * || Bounding Box || boundary height + * || || + * |+--------------------------------------+| + * +----------------------------------------+ + * boundary width + * @endcode */ void SetBoundingRectangle( const Rect& boundingOriginAndSize ); diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 8b84033..ba01ad5 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -282,22 +282,6 @@ SUBGROUPING = YES TYPEDEF_HIDES_STRUCT = NO -# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to -# determine which symbols to keep in memory and which to flush to disk. -# When the cache is full, less often used symbols will be written to disk. -# For small to medium size projects (<1000 input files) the default value is -# probably good enough. For larger projects a too small cache size can cause -# doxygen to be busy swapping symbols to and from disk most of the time -# causing a significant performance penality. -# If the system has enough physical memory increasing the cache will improve the -# performance by keeping more symbols in memory. Note that the value works on -# a logarithmic scale so increasing the size by one will rougly double the -# memory usage. The cache size is given by this formula: -# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, -# corresponding to a cache size of 2^16 = 65536 symbols - -SYMBOL_CACHE_SIZE = 0 - #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- @@ -476,12 +460,6 @@ MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES -# If the sources in your project are distributed over multiple directories -# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy -# in the documentation. The default is NO. - -SHOW_DIRECTORIES = YES - # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. @@ -835,12 +813,6 @@ HTML_FOOTER = HTML_STYLESHEET = -# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, -# files or namespaces will be aligned in HTML using tables. If set to -# NO a bullet list will be used. - -HTML_ALIGN_MEMBERS = YES - # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. For this to work a browser that supports @@ -1391,7 +1363,7 @@ HAVE_DOT = NO # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. -DOT_FONTNAME = FreeSans +DOT_FONTNAME = # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. diff --git a/docs/DaliLayout.xml b/docs/DaliLayout.xml index 3d75409..beff399 100644 --- a/docs/DaliLayout.xml +++ b/docs/DaliLayout.xml @@ -18,7 +18,6 @@ -