@INCLUDE = Doxyfile-mcss ## Patches for the public docs. Hiding internal stuff, using a different ## stylesheet and relocating Corrade links to the public Corrade docs. OUTPUT_DIRECTORY = ../build/doc-public/ GENERATE_TAGFILE = ../build/doc-public/magnum.tag TAGFILES = ../../corrade/build/doc-public/corrade.tag=https://doc.magnum.graphics/corrade/ \ ../../corrade/doc/stl.tag=http://en.cppreference.com/w/ ## No need to expose TODO list or bug list in public docs. Aliases copied from ## Doxyfile-mcss, with @todoc changed to be just an alias to @todo so it also ## gets removed. Keep it in sync, please. ## Note: Doxygen is unable to replace \1\2 in the alias, leaving \2 verbatim in ## the output. Probably some STUPID off-by-one error somewhere. To work around ## that, is used in plain HTML and a ZWNJ Unicode character (which is ## invisible!) in XML attributes. Currently the case is fn_gl_extension and ## fn_gl_extension_keyword. ALIASES = \ "debugoperator{1}=@relatesalso \1 @brief Debug output operator @xrefitem debugoperators \"Debug output operator\" \"Debug output operators for custom types\" Allows printing @ref \1 with @ref Corrade::Utility::Debug and friends." \ "debugoperatorenum{1}=@brief Debug output operator @xrefitem debugoperators \"Debug output operator\" \"Debug output operators for custom types\" Allows printing @ref \1 with @ref Corrade::Utility::Debug and friends." \ "debugoperatorclassenum{2}=@relatesalso \1 @brief Debug output operator @xrefitem debugoperators \"Debug output operator\" \"Debug output operators for custom types\" Allows printing @ref \2 with @ref Corrade::Utility::Debug and friends." \ "configurationvalueref{1}=@see @ref configurationvalues \"Corrade::Utility::ConfigurationValue<\1>\"" \ "configurationvalue{1}=@brief Configuration value parser and writer @xrefitem configurationvalues \"Configuration value parser and writer\" \"Configuration value parsers and writers for custom types\" Allows parsing and writing @ref \1 from and to @ref Corrade::Utility::Configuration and use it with @ref Corrade::Utility::Arguments." \ "tweakableliteral{1}=@brief Tweakable literal parser @xrefitem tweakableliterals \"Tweakable literal parser\" \"Tweakable literal parsers\" Allows using @ref \1 with @ref Corrade::Utility::Tweakable." \ "partialsupport=@xrefitem partialsupport \"Partially supported\" \"List of partially supported features\"" \ "thirdparty=@xrefitem credits-third-party \"Third-party components\" \"Third-party components\"" \ "todoc=@todo" \ "fn_gl{1}=@m_class{m-doc-external} gl\1()" \ "fn_gl2{2}=@m_class{m-doc-external} gl\1()" \ "fn_gl_extension{3}=@m_class{m-doc-external} gl\1\2()" \ "def_gl{1}=`GL_\1`" \ "def_gl_extension{3}=@m_class{m-doc-external} GL_\1_\2" \ "deprecated_gl=@xrefitem opengl-deprecated \"Deprecated OpenGL API\" \"Deprecated OpenGL API list\"" \ "requires_gl30=@xrefitem requires-gl30 \"Requires OpenGL 3.0\" \"Functionality requiring OpenGL 3.0\"" \ "requires_gl31=@xrefitem requires-gl31 \"Requires OpenGL 3.1\" \"Functionality requiring OpenGL 3.1\"" \ "requires_gl32=@xrefitem requires-gl32 \"Requires OpenGL 3.2\" \"Functionality requiring OpenGL 3.2\"" \ "requires_gl33=@xrefitem requires-gl33 \"Requires OpenGL 3.3\" \"Functionality requiring OpenGL 3.3\"" \ "requires_gl40=@xrefitem requires-gl40 \"Requires OpenGL 4.0\" \"Functionality requiring OpenGL 4.0\"" \ "requires_gl41=@xrefitem requires-gl41 \"Requires OpenGL 4.1\" \"Functionality requiring OpenGL 4.1\"" \ "requires_gl42=@xrefitem requires-gl42 \"Requires OpenGL 4.2\" \"Functionality requiring OpenGL 4.2\"" \ "requires_gl43=@xrefitem requires-gl43 \"Requires OpenGL 4.3\" \"Functionality requiring OpenGL 4.3\"" \ "requires_gl44=@xrefitem requires-gl44 \"Requires OpenGL 4.4\" \"Functionality requiring OpenGL 4.4\"" \ "requires_gl45=@xrefitem requires-gl45 \"Requires OpenGL 4.5\" \"Functionality requiring OpenGL 4.5\"" \ "requires_gl46=@xrefitem requires-gl46 \"Requires OpenGL 4.6\" \"Functionality requiring OpenGL 4.6\"" \ "requires_extension=@xrefitem requires-extension \"Requires OpenGL extension\" \"Functionality requiring specific OpenGL extension\"" \ "requires_gl=@xrefitem requires-gl \"Requires desktop OpenGL\" \"Functionality requiring desktop OpenGL\"" \ "gl_extension{2}=@m_class{m-doc-external} \1_\2" \ "gl_extension2{3}=@m_class{m-doc-external} \1_\2" \ "requires_gles30=@xrefitem requires-gles30 \"Requires OpenGL ES 3.0\" \"Functionality requiring OpenGL ES 3.0\"" \ "requires_gles31=@xrefitem requires-gles31 \"Requires OpenGL ES 3.1\" \"Functionality requiring OpenGL ES 3.1\"" \ "requires_gles32=@xrefitem requires-gles32 \"Requires OpenGL ES 3.2\" \"Functionality requiring OpenGL ES 3.2\"" \ "requires_es_extension=@xrefitem requires-es-extension \"Requires OpenGL ES extension\" \"Functionality requiring specific OpenGL ES extension\"" \ "requires_gles=@xrefitem requires-gles \"Requires OpenGL ES or desktop OpenGL\" \"Functionality requiring OpenGL ES or desktop OpenGL\"" \ "requires_webgl20=@xrefitem requires-webgl20 \"Requires WebGL 2.0\" \"Functionality requiring WebGL 2.0\"" \ "requires_webgl_extension=@xrefitem requires-webgl-extension \"Requires WebGL extension\" \"Functionality requiring specific WebGL extension\"" \ "requires_gles_only=@xrefitem requires-gles-only \"OpenGL ES-only and WebGL-only\" \"OpenGL ES-only and WebGL-only functionality\"" \ "requires_gles20_only=@xrefitem requires-gles20-only \"OpenGL ES 2.0-only and WebGL 1.0-only\" \"OpenGL ES 2.0-only and WebGL 1.0-only functionality\"" \ "requires_webgl_only=@xrefitem requires-webgl-only \"WebGL-only\" \"WebGL-only functionality\"" \ "webgl_extension{2}=@m_class{m-doc-external} \1_\2" \ "fn_vk{1}=@m_class{m-doc-external} vk\1()" \ "type_vk{1}=@m_class{m-doc-external} Vk\1" \ "val_vk{2}=@m_class{m-doc-external} VK_\1" \ "def_vk{1}=@m_class{m-doc-external} VK_\1" \ "requires_vk11=@xrefitem requires-vk11 \"Requires Vulkan 1.1\" \"Functionality requiring Vulkan 1.1\"" \ "requires_vk12=@xrefitem requires-vk12 \"Requires Vulkan 1.2\" \"Functionality requiring Vulkan 1.2\"" \ "requires_vk_extension=@xrefitem requires-vk-extension \"Requires Vulkan extension\" \"Functionality requiring a specific Vulkan extension\"" \ "requires_vk_feature=@xrefitem requires-vk-feature \"Requires Vulkan feature\" \"Functionality requiring a specific Vulkan feature\"" \ "vk_extension{2}=@m_class{m-doc-external} \1_\2" \ "fn_al{1}=@m_class{m-doc-external} al\1()" \ "fn_alc{1}=@m_class{m-doc-external} alc\1()" \ "def_al{1}=`AL_\1`" \ "def_alc{1}=`ALC_\1`" \ "requires_al_extension=@xrefitem requires-al-extension \"Requires OpenAL extension\" \"Functionality requiring specific OpenAL extension\"" \ "al_extension{2}=@m_class{m-doc-external} AL_\1_\2" \ "alc_extension{2}=@m_class{m-doc-external} ALC_\1_\2" \ "experimental=@attention This functionality is still experimental and may change in the future without keeping full backwards compatibility." \ "cb{1}=@code{\1}" \ "cpp=@code{.cpp}" \ "glsl=@code{.glsl}" \ "cmake=@code{.cmake}" \ "ce=@endcode" \ "m_div{1}=@xmlonly@endxmlonly" \ "m_enddiv=@xmlonly@endxmlonly" \ "m_span{1}=@xmlonly@endxmlonly" \ "m_endspan=@xmlonly@endxmlonly" \ "m_class{1}=@xmlonly@endxmlonly" \ "m_footernavigation=@xmlonly@endxmlonly" \ "m_examplenavigation{2}=@xmlonly@endxmlonly" \ "m_keywords{1}=@xmlonly@endxmlonly" \ "m_keyword{3}=@xmlonly@endxmlonly" \ "m_enum_values_as_keywords=@xmlonly@endxmlonly" \ "fn_gl_keyword{1}=@xmlonly@endxmlonly @fn_gl{\1}" \ "fn_gl2_keyword{2}=@xmlonly@endxmlonly @fn_gl2{\1,\2}" \ "fn_gl_extension_keyword{3}=@xmlonly@endxmlonly @fn_gl_extension{\1,\2,\3}" \ "def_gl_keyword{1}=@xmlonly@endxmlonly @def_gl{\1}" \ "def_gl_extension_keyword{3}=@xmlonly@endxmlonly @def_gl_extension{\1,\2,\3}" \ "fn_vk_keyword{1}=@xmlonly@endxmlonly @fn_vk{\1}" \ "type_vk_keyword{1}=@xmlonly@endxmlonly @type_vk{\1}" \ "val_vk_keyword{2}=@xmlonly@endxmlonly @val_vk{\1,\2}" \ "def_vk_keyword{1}=@xmlonly@endxmlonly @def_vk{\1}" \ "fn_al_keyword{1}=@xmlonly@endxmlonly @fn_al{\1}" \ "fn_alc_keyword{1}=@xmlonly@endxmlonly @fn_alc{\1}" \ "def_al_keyword{1}=@xmlonly@endxmlonly @def_al{\1}" \ "def_alc_keyword{1}=@xmlonly@endxmlonly @def_alc{\1}" \ "m_since{2}=@since @m_class{m-label m-success m-flat} @ref changelog-\1-\2 \"new in \1.\2\"" \ "m_since_{3}=@since @m_class{m-label m-success m-flat} @ref changelog-\1-\2-\3 \"new in \2.\3\"" \ "m_since_latest=@since @m_class{m-label m-success m-flat} @ref changelog-latest \"new in Git master\"" \ "m_since_latest_{1}=@since @m_class{m-label m-success m-flat} @ref changelog-\1-latest \"new in Git master\"" \ "m_deprecated_since{2}=@since deprecated in \1.\2 @deprecated" \ "m_deprecated_since_latest=@since deprecated in Git master @deprecated" \ "relativeref{2}=@ref \1::\2 \"\2\"" GENERATE_TODOLIST = NO GENERATE_BUGLIST = NO # kate: hl Doxyfile