LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
phantm:options [2010/05/04 14:53]
ekneuss created
phantm:options [2010/05/30 22:41]
ekneuss
Line 17: Line 17:
 ==== --noincludes ==== ==== --noincludes ====
  
-Disables includes resolution for security purposes. Can be used with untrusted code, for instance a ''​phantm'' ​web API.+Disables includes resolution for security purposes. Can be used with untrusted code, for instance a //phantm// web API
 + 
 +==== --summary ==== 
 + 
 +Only display the number of notices/​errors,​ without the details.
  
 ===== Analyzing your project ===== ===== Analyzing your project =====
Line 27: Line 31:
 ==== --includepath <​paths>​ ==== ==== --includepath <​paths>​ ====
  
-Sets up the include paths that ''​phantm'' ​will use to resolve include calls. You can specify multiple paths by separating them with ":"​.+Sets up the include paths that //phantm// will use to resolve include calls. You can specify multiple paths by separating them with ":"​.
  
 ==== --focus ==== ==== --focus ====
Line 57: Line 61:
 ==== --showincludes ==== ==== --showincludes ====
  
-Tells ''​phantm'' ​to report all files it successfully included+Tells //phantm// to report all files it successfully included
  
 ==== --noapi ==== ==== --noapi ====