X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2Fdali.doxy.in;h=e072023fa0a4c701750c6a1d147380356497a25c;hp=33e5418ce2c89fa4ec3647de6291a8a097cb2af6;hb=2ec164cd618f93ccafe17b1d0b8ff16401ed4aef;hpb=63cc283d6ff8e3c2cb849e7070b94a2bc1804693 diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 33e5418..e072023 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -231,6 +231,10 @@ TAB_SIZE = 2 # newlines. ALIASES = +# Clip alias inserts the specified file between two text markers. +# EG: @clip{"button.h",public,private} +# Shows all lines between public and private *inclusive*. +ALIASES += clip{3}="\dontinclude \1 \n \skip \2 \n \until \3" # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding "class=itcl::class" @@ -754,8 +758,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = @DOXYGEN_DOCS_DIR@/content \ - ../../../../dali-toolkit/base/dali-toolkit/public-api \ - ../../../../dali-toolkit/optional/dali-toolkit/public-api \ + ../../../../dali-toolkit/dali-toolkit/public-api \ ../../../automated-tests/README.md \ @prefix@/include/dali @@ -860,7 +863,7 @@ EXCLUDE_SYMBOLS = DaliInternal \ # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = +EXAMPLE_PATH = @DOXYGEN_DOCS_DIR@/../ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and @@ -954,7 +957,7 @@ INLINE_SOURCES = NO # Fortran comments will always remain visible. # The default value is: YES. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES then for each documented # function all documented functions referencing it will be listed.