Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Concept.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'concept' parser functions. |
| 6 | + * @see http://semantic-mediawiki.org/wiki/Help:Concepts |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Info.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'info' parser functions. |
| 6 | + * @see ...TODO... |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Set.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'set' parser functions. |
| 6 | + * @see http://semantic-mediawiki.org/wiki/Help:Properties_and_types#Silent_annotations_using_.23set |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Ask.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'ask' parser functions. |
| 6 | + * @see http://semantic-mediawiki.org/wiki/Help:Inline_queries#Introduction_to_.23ask |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_SetRecurringEvent.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'set_recurring_event' parser functions. |
| 6 | + * @see http://semantic-mediawiki.org/wiki/Help:Properties_and_types#Defining_recurring_events |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |
— | — | @@ -9,7 +10,7 @@ |
10 | 11 | * @ingroup SMW |
11 | 12 | * @ingroup ParserHooks |
12 | 13 | * |
13 | | - * @author Markus Krötzsch |
| 14 | + * @author Yaron Koren |
14 | 15 | * @author Jeroen De Dauw |
15 | 16 | */ |
16 | 17 | class SMWSetRecurringEvent { |
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Declare.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'declare' parser functions. |
| 6 | + * @see http://semantic-mediawiki.org/wiki/Help:Argument_declaration_in_templates |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Show.php |
— | — | @@ -2,6 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Class for the 'show' parser functions. |
| 6 | + * @see http://semantic-mediawiki.org/wiki/Help:Inline_queries#The_.23show_parser_function |
6 | 7 | * |
7 | 8 | * @since 1.5.3 |
8 | 9 | * |