diff --git a/src/Mod/Cam/doxygen_config b/src/Mod/Cam/doxygen_config index 98c9ee8c56..b1c27b2a97 100644 --- a/src/Mod/Cam/doxygen_config +++ b/src/Mod/Cam/doxygen_config @@ -25,8 +25,8 @@ ABBREVIATE_BRIEF = "The $name class" \ ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = NO -STRIP_FROM_PATH = -STRIP_FROM_INC_PATH = +STRIP_FROM_PATH = +STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO QT_AUTOBRIEF = NO @@ -35,7 +35,7 @@ DETAILS_AT_TOP = NO INHERIT_DOCS = YES SEPARATE_MEMBER_PAGES = NO TAB_SIZE = 8 -ALIASES = +ALIASES = OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO OPTIMIZE_FOR_FORTRAN = NO @@ -73,13 +73,13 @@ GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST= YES -ENABLED_SECTIONS = +ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES SHOW_DIRECTORIES = NO SHOW_FILES = YES SHOW_NAMESPACES = YES -FILE_VERSION_FILTER = +FILE_VERSION_FILTER = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- @@ -89,7 +89,7 @@ WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = NO WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = +WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- @@ -127,16 +127,16 @@ FILE_PATTERNS = *.c \ *.vhd \ *.vhdl RECURSIVE = YES -EXCLUDE = +EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = -EXCLUDE_SYMBOLS = -EXAMPLE_PATH = +EXCLUDE_PATTERNS = +EXCLUDE_SYMBOLS = +EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO -IMAGE_PATH = -INPUT_FILTER = -FILTER_PATTERNS = +IMAGE_PATH = +INPUT_FILTER = +FILTER_PATTERNS = FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing @@ -154,26 +154,26 @@ VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = NO COLS_IN_ALPHA_INDEX = 5 -IGNORE_PREFIX = +IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html HTML_FILE_EXTENSION = .html -HTML_HEADER = -HTML_FOOTER = -HTML_STYLESHEET = +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO GENERATE_DOCSET = NO DOCSET_FEEDNAME = "Doxygen generated docs" DOCSET_BUNDLE_ID = org.doxygen.Project HTML_DYNAMIC_SECTIONS = NO -CHM_FILE = -HHC_LOCATION = +CHM_FILE = +HHC_LOCATION = GENERATE_CHI = NO -CHM_INDEX_ENCODING = +CHM_INDEX_ENCODING = BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = NO @@ -190,8 +190,8 @@ LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex COMPACT_LATEX = NO PAPER_TYPE = a4wide -EXTRA_PACKAGES = -LATEX_HEADER = +EXTRA_PACKAGES = +LATEX_HEADER = PDF_HYPERLINKS = YES USE_PDFLATEX = YES LATEX_BATCHMODE = NO @@ -203,8 +203,8 @@ GENERATE_RTF = NO RTF_OUTPUT = rtf COMPACT_RTF = NO RTF_HYPERLINKS = NO -RTF_STYLESHEET_FILE = -RTF_EXTENSIONS_FILE = +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- @@ -217,8 +217,8 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- GENERATE_XML = NO XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = +XML_SCHEMA = +XML_DTD = XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output @@ -230,36 +230,36 @@ GENERATE_AUTOGEN_DEF = NO GENERATE_PERLMOD = NO PERLMOD_LATEX = NO PERLMOD_PRETTY = YES -PERLMOD_MAKEVAR_PREFIX = +PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- -# Configuration options related to the preprocessor +# Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES -INCLUDE_PATH = -INCLUDE_FILE_PATTERNS = -PREDEFINED = -EXPAND_AS_DEFINED = +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- -# Configuration::additions related to external references +# Configuration::additions related to external references #--------------------------------------------------------------------------- -TAGFILES = -GENERATE_TAGFILE = +TAGFILES = +GENERATE_TAGFILE = ALLEXTERNALS = NO EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- -# Configuration options related to the dot tool +# Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = NO -MSCGEN_PATH = +MSCGEN_PATH = HIDE_UNDOC_RELATIONS = YES HAVE_DOT = YES DOT_FONTNAME = FreeSans -DOT_FONTPATH = +DOT_FONTPATH = CLASS_GRAPH = YES COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES @@ -273,7 +273,7 @@ GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES DOT_IMAGE_FORMAT = png DOT_PATH = "C:/Program Files/Graphviz2.16/bin" -DOTFILE_DIRS = +DOTFILE_DIRS = DOT_GRAPH_MAX_NODES = 50 MAX_DOT_GRAPH_DEPTH = 1000 DOT_TRANSPARENT = YES @@ -281,6 +281,6 @@ DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = YES #--------------------------------------------------------------------------- -# Configuration::additions related to the search engine +# Configuration::additions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO diff --git a/src/Mod/Mesh/App/Core/Degeneration.h b/src/Mod/Mesh/App/Core/Degeneration.h index 1b742bdc8c..dfd0112edb 100644 --- a/src/Mod/Mesh/App/Core/Degeneration.h +++ b/src/Mod/Mesh/App/Core/Degeneration.h @@ -51,11 +51,11 @@ public: * Construction. */ MeshEvalInvalids (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalInvalids () { } - /** + /** * Searches for as 'Invalid' marked points or facets. */ bool Evaluate (); @@ -77,11 +77,11 @@ public: * Construction. */ MeshFixInvalids (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixInvalids () { } - /** + /** * Remove invalid elements. */ bool Fixup (); @@ -89,7 +89,7 @@ public: /** * The MeshEvalDuplicatePoints class searches for duplicated points. - * A point is regarded as duplicated if the distances between x, y and z coordinates of two points is + * A point is regarded as duplicated if the distances between x, y and z coordinates of two points is * less than an epsilon (defined by MeshDefinitions::_fMinPointDistanceD1, default value=1.0e-5f). * @see MeshFixDuplicatePoints * @see MeshEvalDegeneratedFacets @@ -102,7 +102,7 @@ public: * Construction. */ MeshEvalDuplicatePoints (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalDuplicatePoints () { } @@ -128,11 +128,11 @@ public: * Construction. */ MeshFixDuplicatePoints (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixDuplicatePoints () { } - /** + /** * Merges duplicated points. */ bool Fixup (); @@ -150,7 +150,7 @@ public: * Construction. */ MeshEvalNaNPoints (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalNaNPoints () { } @@ -176,11 +176,11 @@ public: * Construction. */ MeshFixNaNPoints (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixNaNPoints () { } - /** + /** * Merges duplicated points. */ bool Fixup (); @@ -188,7 +188,7 @@ public: /** * The MeshEvalDuplicateFacets class searches for duplicated facets. - * A facet is regarded as duplicated if all its point indices refer to the same location in the point array of the mesh kernel. + * A facet is regarded as duplicated if all its point indices refer to the same location in the point array of the mesh kernel. * The actual geometric points are not taken into consideration. * @see MeshFixDuplicateFacets * @author Werner Mayer @@ -200,11 +200,11 @@ public: * Construction. */ MeshEvalDuplicateFacets (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalDuplicateFacets () { } - /** + /** * Searches for duplicated facets. */ bool Evaluate (); @@ -226,11 +226,11 @@ public: * Construction. */ MeshFixDuplicateFacets (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixDuplicateFacets () { } - /** + /** * Removes duplicated facets. */ bool Fixup (); @@ -247,11 +247,11 @@ public: * Construction. */ MeshEvalInternalFacets (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalInternalFacets () { } - /** + /** * Identify internal facets. */ bool Evaluate (); @@ -282,11 +282,11 @@ public: */ MeshEvalDegeneratedFacets (const MeshKernel &rclM, float fEps) : MeshEvaluation(rclM), fEpsilon(fEps) {} - /** + /** * Destruction. */ ~MeshEvalDegeneratedFacets () { } - /** + /** * Searches degenerated facets. */ bool Evaluate (); @@ -316,11 +316,11 @@ public: */ MeshFixDegeneratedFacets (MeshKernel &rclM, float fEps) : MeshValidation(rclM), fEpsilon(fEps) { } - /** + /** * Destruction. */ ~MeshFixDegeneratedFacets () { } - /** + /** * Removes degenerated facets. */ bool Fixup (); @@ -348,11 +348,11 @@ public: */ MeshEvalDeformedFacets (const MeshKernel &rclM, float fMinAngle, float fMaxAngle) : MeshEvaluation(rclM), fMinAngle(fMinAngle), fMaxAngle(fMaxAngle) { } - /** + /** * Destruction. */ ~MeshEvalDeformedFacets () { } - /** + /** * Searches deformed facets. */ bool Evaluate (); @@ -382,11 +382,11 @@ public: MeshFixDeformedFacets (MeshKernel &rclM, float fMinAngle, float fMaxAngle, float fSwapAngle, float fEps) : MeshValidation(rclM), fMinAngle(fMinAngle), fMaxAngle(fMaxAngle), fMaxSwapAngle(fSwapAngle), fEpsilon(fEps) { } - /** + /** * Destruction. */ ~MeshFixDeformedFacets () { } - /** + /** * Removes deformed facets. */ bool Fixup (); @@ -523,11 +523,11 @@ public: * Construction. */ MeshEvalRangeFacet (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalRangeFacet () { } - /** + /** * Searches for facets that has neighbour facet indices out of range. */ bool Evaluate (); @@ -537,7 +537,7 @@ public: std::vector GetIndices() const; }; -/** +/** * The MeshFixRangeFacet class fixes facets with invalid neighbour indices. * @see MeshEvalRangeFacet * @author Werner Mayer @@ -549,17 +549,17 @@ public: * Construction. */ MeshFixRangeFacet (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixRangeFacet () { } - /** + /** * Fixes facets with neighbour indices out of range. */ bool Fixup (); }; -/** +/** * The MeshEvalRangePoint class searches for facets that has point indices out of range. * @see MeshFixRangePoint * @author Werner Mayer @@ -571,11 +571,11 @@ public: * Construction. */ MeshEvalRangePoint (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalRangePoint () { } - /** + /** * Searches for facets that has point indices out of range. */ bool Evaluate (); @@ -597,7 +597,7 @@ public: * Construction. */ MeshFixRangePoint (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixRangePoint () { } @@ -620,11 +620,11 @@ public: * Construction. */ MeshEvalCorruptedFacets (const MeshKernel &rclM) : MeshEvaluation( rclM ) { } - /** + /** * Destruction. */ ~MeshEvalCorruptedFacets () { } - /** + /** * Searches for corrupted facets. */ bool Evaluate (); @@ -647,11 +647,11 @@ public: * Construction. */ MeshFixCorruptedFacets (MeshKernel &rclM) : MeshValidation( rclM ) { } - /** + /** * Destruction. */ ~MeshFixCorruptedFacets () { } - /** + /** * Removes corrupted facets. */ bool Fixup (); @@ -659,4 +659,4 @@ public: } // namespace MeshCore -#endif // MESH_DEGENERATION_H +#endif // MESH_DEGENERATION_H