Skip to content

Commit

Permalink
Added copyright info, SYNOPSIS, and DESCRITPION
Browse files Browse the repository at this point in the history
  • Loading branch information
ayardley committed May 25, 2012
1 parent 1aa7305 commit cc6ad53
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/pmc2c.pod
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,22 @@
# Copyright (C) 2001-2012, Parrot Foundation.

=pod

=head1 NAME =head1 NAME


tools/build/pmc2c.pl - PMC definition to C compiler docs/pmc2c.pod - The PMC definition to C compiler.


=head2 Internals =head1 SYNOPSIS


To see the internal data structures please run: To see the internal data structures please run:


% perl tools/build/pmc2c.pl --c --debug --debug sarray.pmc | less % perl tools/build/pmc2c.pl --c --debug --debug sarray.pmc | less


=head1 DESCRIPTION

This document covers the PMC definition to C compiler, I<i.e.>,
F<tools/build/pmc2c.pl>.

=head2 Compiling PMCs =head2 Compiling PMCs


First, the program determines the names of the .c and .h files from First, the program determines the names of the .c and .h files from
Expand Down

0 comments on commit cc6ad53

Please sign in to comment.