| Search Type | Search Names Only Results | Expanded Search (with Comments) Results |
| Files | Searches file names only | Searches file names, and file comments |
| Functions | Searches function names only | Searches function names, function comments, argument names, and argument comments |
| Structures | Searches structure names only | Searches structure names, alternate structure names (shown in 'also known as' section of the docs), structure comments, element names, and element comments. |
| Enumerations | Searches enumeration names only | Searches enumeration names, alternate enumeration names (shown in 'also known as' section of the docs), enumeration comments, element names, and element comments. |
| Unions | Searches union names only | Searches union names, alternate union names (shown in 'also known as' section of the docs), union comments, element names, and element comments. |
| #Defines | Searches #define names only | Searches #define names and may include #define comments. (The comments for #defines are not always located where we can find and parse them from the header file, so do not assume that we will search EVERY #define's associated comments). |