Skip to content

Commit

Permalink
Added some additional perldoc in src/hbdb.c
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed Jun 4, 2011
1 parent f6c21ec commit c5ab3bc
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/hbdb.c
@@ -1,7 +1,24 @@
/* Copyright (C) 2001-2010, Parrot Foundation. */

/*
=head1 NAME
src/hbdb.c - The Honey Bee Debugger
=head1 DESCRIPTION
This file contains functions used by the C<hbdb> debugger.
=head1 FUNCTIONS
=over 4
=cut
*/

/* TODO Remove unnecessary header files */
/* TODO Add perldoc */

#include "parrot/runcore_api.h"
#include "parrot/extend.h"
Expand Down Expand Up @@ -40,6 +57,23 @@ hbdb_get_line_number(PARROT_INTERP, ARGIN(PMC *context_pmc))
return line_num;
}

/*
=back
=head1 SEE ALSO
F<frontend/hbdb/main.c>, F<include/parrot/hbdb.h>
=head1 HISTORY
The initial version of C<hbdb> was written by Kevin Polulak (soh_cah_toa) as
part of Google Summer of Code 2011.
=cut
*/

/*
* Local variables:
* c-file-style: "parrot"
Expand Down

0 comments on commit c5ab3bc

Please sign in to comment.