r75558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75557‎ | r75558 | r75559 >
Date:16:07, 27 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Doc update
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryLanguage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryLanguage.php
@@ -3,6 +3,12 @@
44 /**
55 * Static class for functions related to the SMW query language.
66 *
 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+ *
713 * @since 1.5.3
814 *
915 * @file SMW_QueryLanguage.php

Status & tagging log