Changes between Version 1 and Version 2 of SemanticQuery/FileEntity


Ignore:
Timestamp:
Apr 19, 2012, 8:45:21 AM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/FileEntity

    v1 v2  
    88* {{{@file}}} (or {{{@module}}}) yields the current file (or module) 
    99 
    10 TODO: difference between files and modules 
    11  
    1210== Selectors ==  
    1311The following selectors can be used on file entities.  Note that every selector can be used on either module or header files, but some of them will give no results for headers (e.g. a header file can't export functions). 
    1412 
    15 ''After the name of the selector between parentheses you can find the type of the elements in the resulted set.'' 
     13''In parentheses you find the type of the result elements.'' 
    1614 
    1715* {{{funs}}} (''function''): returns the set of function entities defined in the file.