mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +01:00
doclint fixes
This commit is contained in:
@@ -41,14 +41,13 @@ import java.util.regex.Pattern;
|
|||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* Used to analyze CMake build files, and collect information that can be used to determine the associated CPE.</p>
|
* Used to analyze CMake build files, and collect information that can be used to determine the associated CPE.</p>
|
||||||
* <p/>
|
|
||||||
* <p>
|
* <p>
|
||||||
* Note: This analyzer catches straightforward invocations of the project command, plus some other observed patterns of version
|
* Note: This analyzer catches straightforward invocations of the project command, plus some other observed patterns of version
|
||||||
* inclusion in real CMake projects. Many projects make use of older versions of CMake and/or use custom "homebrew" ways to insert
|
* inclusion in real CMake projects. Many projects make use of older versions of CMake and/or use custom "homebrew" ways to insert
|
||||||
* version information. Hopefully as the newer CMake call pattern grows in usage, this analyzer allow more CPEs to be
|
* version information. Hopefully as the newer CMake call pattern grows in usage, this analyzer allow more CPEs to be
|
||||||
* identified.</p>
|
* identified.</p>
|
||||||
*
|
*
|
||||||
* @author Dale Visser <dvisser@ida.org>
|
* @author Dale Visser
|
||||||
*/
|
*/
|
||||||
public class CMakeAnalyzer extends AbstractFileTypeAnalyzer {
|
public class CMakeAnalyzer extends AbstractFileTypeAnalyzer {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user