Project

General

Profile

« Previous | Next » 

Revision f264279e

Added by Andreas Kohlbecker almost 5 years ago

minor improvements regarding method documentation

View differences:

modules/cdm_dataportal/settings.php
1526 1526

  
1527 1527
/**
1528 1528
 * LAYOUT settings
1529
 * @return
1530
 *   todo
1529
 *
1530
 * @return array
1531
 *   The form structure.
1531 1532
 */
1532 1533
function cdm_settings_layout() {
1533 1534

  
......
1931 1932
}
1932 1933

  
1933 1934
/**
1934
 * @todo document this function.
1935
 * @return array
1936
 *   The form structure.
1935 1937
 */
1936 1938
function cdm_settings_layout_taxon() {
1937 1939
  $collapsed = FALSE;
......
2706 2708
}
2707 2709

  
2708 2710
/**
2709
 * @todo document this function.
2711
 * @return array
2712
 *   The form structure.
2710 2713
 */
2711 2714
function cdm_settings_layout_search() {
2712 2715

  
......
2830 2833
}
2831 2834

  
2832 2835
/**
2833
 * @todo document this function.
2836
 * @return array
2837
 *   The form structure.
2834 2838
 */
2835 2839
function cdm_settings_layout_media() {
2836 2840

  
......
2886 2890

  
2887 2891
/**
2888 2892
 * GEOSERVICE and Map settings.
2893
 *
2894
 *  @return array
2895
 *   The form structure.
2889 2896
 */
2890 2897
function cdm_settings_geo($form, &$form_state) {
2891 2898

  
......
3412 3419

  
3413 3420

  
3414 3421
/**
3415
 * @todo document this function.
3422
 * @return array
3423
 *   The form structure.
3416 3424
 */
3417 3425
function cdm_settings_cache() {
3418 3426

  

Also available in: Unified diff