ws_dblock_func_cmnt.bash




##
# Description
# @arg $1 a path
function echo_path(){
    # comment 1
    echo "Path:$1";
}

# comment 2

function echo_string(){
    # comment 3
    echo "String:$1";
}