Merge pull request #1199 from totten/master-premature-commit
[civicrm-core.git] / api / v3 / Participant.php
index 6a18be78b0a98a45d82da63f4a692a0a8c8e4d33..71c0980416f44f5bf15d475e44a64b3fc54377ae 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
@@ -78,7 +77,7 @@ function civicrm_api3_participant_create($params) {
   return civicrm_api3_create_success($participant, $params, 'participant', 'create', $participantBAO);
 }
 
-/*
+/**
  * Create a default participant line item
  */
 function _civicrm_api3_participant_createlineitem(&$params, $participant){
@@ -111,7 +110,7 @@ where ps.id is not null
 }
 
 
-/*
+/**
  * Adjust Metadata for Create action
  *
  * The metadata is used for setting defaults, documentation & validation
@@ -171,7 +170,7 @@ function civicrm_api3_participant_get($params) {
   return civicrm_api3_create_success($participant, $params, 'participant', 'get', $dao);
 }
 
-/*
+/**
  * Adjust Metadata for Get action
  *
  * The metadata is used for setting defaults, documentation & validation