Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryLanguage.php |
— | — | @@ -3,6 +3,12 @@ |
4 | 4 | /** |
5 | 5 | * Static class for functions related to the SMW query language. |
6 | 6 | * |
| 7 | + * Note: the query language "definition" is located at various places in the SMW codebase. |
| 8 | + * SMWQueryParser defines most of the actual query syntax. |
| 9 | + * SMWDescription defines the semantic elements of the query language. |
| 10 | + * This class is an attempt to gradualy migrate to having all the stuff at one location, |
| 11 | + * clearly distinguised from non-language code. |
| 12 | + * |
7 | 13 | * @since 1.5.3 |
8 | 14 | * |
9 | 15 | * @file SMW_QueryLanguage.php |