Skip to content
Snippets Groups Projects
Commit e4c94112 authored by Alex Barth's avatar Alex Barth
Browse files

Comment cleanup.

parent 7852af42
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ function hook_feeds_after_import(FeedsImporter $importer, FeedsSource $source) {
*
* my_callback(FeedsImportBatch $batch, $key)
*
* @see my_source_callback().
* @see my_source_get_source().
* @see locale_feeds_parser_sources_alter().
*/
function hook_feeds_parser_sources_alter(&$sources, $content_type) {
......
......@@ -74,8 +74,6 @@ abstract class FeedsParser extends FeedsPlugin {
* FeedsImportBatch object containing the sources to be mapped from.
* @param $element_key
* The key identifying the element that should be retrieved from $source
* @param $feed_nid
* The feed node's nid if the importer is attached to a content type.
*
* @return
* The source element from $item identified by $element_key.
......
......@@ -76,6 +76,7 @@ abstract class FeedsProcessor extends FeedsPlugin {
*
* @ingroup mappingapi
*
* @see hook_feeds_parser_sources_alter()
* @see hook_feeds_data_processor_targets_alter()
* @see hook_feeds_node_processor_targets_alter()
* @see hook_feeds_term_processor_targets_alter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment