Skip to content
Snippets Groups Projects
Select Git revision
  • production_stable
  • master default
  • gcc6
  • fparser-pkgconfig
  • production
  • latest_stable
  • production_stable_integration
  • claytest
  • clayton
  • qtosg
  • collada14
  • fixprinfsegv
  • cuong
  • tags/0.8.0
  • tags/0.6.6
  • tags/0.6.4
  • tags/0.6.2
  • tags/0.6.0
  • tags/0.5.0
  • tags/0.4.2
  • v0.8.2
  • v0.8.0
  • v0.6.6
  • v0.6.4
  • v0.6.2
  • v0.6.0
  • v0.5.0
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.2
  • v0.3.1
  • v0.3.0
33 results

Doxyfile.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Doxyfile.html 9.98 KiB
    # -*- coding: utf-8 -*-
    #---------------------------------------------------------------------------
    # Project related configuration options
    #---------------------------------------------------------------------------
    DOXYFILE_ENCODING      = UTF-8
    PROJECT_NAME           = OpenRAVE
    CREATE_SUBDIRS         = NO
    BRIEF_MEMBER_DESC      = YES
    REPEAT_BRIEF           = YES
    ABBREVIATE_BRIEF       = "The $name class" \
                             "The $name widget" \
                             "The $name file" \
                             is \
                             provides \
                             specifies \
                             contains \
                             represents \
                             a \
                             an \
                             the
    ALWAYS_DETAILED_SEC    = NO
    INLINE_INHERITED_MEMB  = NO
    FULL_PATH_NAMES        = YES
    STRIP_FROM_INC_PATH    = 
    SHORT_NAMES            = NO
    JAVADOC_AUTOBRIEF      = NO
    MULTILINE_CPP_IS_BRIEF = NO
    INHERIT_DOCS           = YES
    SEPARATE_MEMBER_PAGES  = NO
    TAB_SIZE               = 4
    ALIASES                = 
    ALIASES                += sourcesdownload{1}="<a href=\"http://sourceforge.net/projects/openrave\">\1</a>"
    ALIASES                += englishdoc="<a href=\"../../en/coreapihtml/index.html\">English</a>"
    ALIASES                += japanesedoc="<a href=\"../../ja/coreapihtml/index.html\">日本語</a>"
    ALIASES                += en="\~english "
    ALIASES                += ja="\~japanese "
    ALIASES                += homepage{1}="<a href=\"../main/index.html\">\1</a>"
    ALIASES                += envvars{1}="<a href=\"../main/environment_variables.html\">\1</a>"
    ALIASES                += customxmlformat="<a href=\"http://openrave.org/wiki/index.php/Format:XML\">OpenRAVE XML</a>"
    OPTIMIZE_OUTPUT_FOR_C  = NO
    OPTIMIZE_OUTPUT_JAVA   = NO
    BUILTIN_STL_SUPPORT    = YES
    CPP_CLI_SUPPORT        = NO
    DISTRIBUTE_GROUP_DOC   = NO
    SUBGROUPING            = YES
    #---------------------------------------------------------------------------
    # Build related configuration options
    #---------------------------------------------------------------------------
    EXTRACT_ALL            = YES
    EXTRACT_PRIVATE        = NO
    EXTRACT_STATIC         = YES
    EXTRACT_LOCAL_CLASSES  = YES
    EXTRACT_LOCAL_METHODS  = NO
    HIDE_UNDOC_MEMBERS     = NO
    HIDE_UNDOC_CLASSES     = NO
    HIDE_FRIEND_COMPOUNDS  = YES
    HIDE_IN_BODY_DOCS      = NO
    INTERNAL_DOCS          = NO
    CASE_SENSE_NAMES       = YES
    HIDE_SCOPE_NAMES       = NO
    SHOW_INCLUDE_FILES     = YES
    INLINE_INFO            = YES
    SORT_MEMBER_DOCS       = YES
    SORT_BRIEF_DOCS        = NO
    SORT_BY_SCOPE_NAME     = YES
    GENERATE_TODOLIST      = YES
    GENERATE_TESTLIST      = YES
    GENERATE_BUGLIST       = YES
    GENERATE_DEPRECATEDLIST= YES
    ENABLED_SECTIONS       =