Description
Overview
Included files
Included by
Source
/** \page OutputCustomization
!!! Customize how the documentation is generated.
||MEMBER_SAME_FILE_RELATE_TO_CLASSES|If the MEMBER_SAME_FILE_RELATE_TO_CLASSES tag is set to YES DoxyS will relate all free functions, types, defines etc. To the class(es) defined in the same file. \n #Default value:#\n $YES$
||MEMBER_SAME_FILE_RELATE_TO_STRUCTS|If the MEMBER_SAME_FILE_RELATE_TO_STRUCTS tag is set to YES DoxyS will relate all free functions, types, defines etc. To the struct(s) defined in the same file. \n #Default value:#\n $NO$
||FULL_PATH_NAMES|If the FULL_PATH_NAMES tag is set to YES then DoxyS will prepend the full path before files name in the file list and in the header files. If set to NO the shortest path that makes the file name unique will be used. \n #Default value:#\n $NO$
||STRIP_FROM_PATH|If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. Stripping is only done if one of the specified strings matches the left-hand part of the path. It is allowed to use relative paths in the argument list.
||INTERNAL_DOCS|The INTERNAL_DOCS tag determines if documentation that is typed after a internal command is included. If the tag is set to NO (the default) then the documentation will be excluded. Set it to YES to include the internal documentation. \n #Default value:#\n $NO$
||TODO_DOCS|Determines whehter documentation that is typed after a todo command is included. If the tag is set to NO then the documentation will be excluded. Set it to YES to include the internal documentation. \n #Default value:#\n $YES$
||INHERIT_DOCS|If the INHERIT_DOCS tag is set to YES (the default) then an undocumented member inherits the documentation from any documented member that it reimplements. \n #Default value:#\n $YES$
||HIDE_CLASS_METHODS_IN_OVERVIEW|If set to true then member functions (methods)of classes will be hidden from all functions tab.\n #Default value:#\n $NO$
*/