From 2b3fa9957c43e4581331111c1cf3ad666cce939f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 13 Jan 2014 19:15:58 +0100 Subject: [PATCH] doxygen: added info about value flow to main page --- cli/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/main.cpp b/cli/main.cpp index 525c0cd3e..ee5995da7 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -31,6 +31,7 @@ * - SymbolDatabase = Information about all types/variables/functions/etc * in the current translation unit * - Library = Information about functions + * - Value flow analysis => possible values for each token * * Use --debug on the command line to see debug output for the token list * and the syntax tree. If both --debug and --verbose is used, the symbol