]> granicus.if.org Git - php/commitdiff
More protos.
authorEgon Schmid <eschmid@php.net>
Wed, 23 Feb 2000 16:57:09 +0000 (16:57 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 23 Feb 2000 16:57:09 +0000 (16:57 +0000)
ext/pdf/pdf.c

index af9991c3c5548b09c69aebb35b13cccdc70422c2..692ab91a79349b2204c0bf6f379009e46b78dd46 100644 (file)
@@ -261,7 +261,6 @@ PHP_MSHUTDOWN_FUNCTION(pdf){
 }
 
 /* {{{ proto bool pdf_set_info_creator(int info, string creator)
-
    Fills the creator field of the info structure */
 PHP_FUNCTION(pdf_set_info_creator) {
        pval *arg1, *arg2;
@@ -291,7 +290,6 @@ PHP_FUNCTION(pdf_set_info_creator) {
 /* }}} */
 
 /* {{{ proto bool pdf_set_info_title(int info, string title)
-
    Fills the title field of the info structure */
 PHP_FUNCTION(pdf_set_info_title) {
        pval *arg1, *arg2;
@@ -321,7 +319,6 @@ PHP_FUNCTION(pdf_set_info_title) {
 /* }}} */
 
 /* {{{ proto bool pdf_set_info_subject(int info, string subject)
-
    Fills the subject field of the info structure */
 PHP_FUNCTION(pdf_set_info_subject) {
        pval *arg1, *arg2;
@@ -351,7 +348,6 @@ PHP_FUNCTION(pdf_set_info_subject) {
 /* }}} */
 
 /* {{{ proto bool pdf_set_info_author(int info, string author)
-
    Fills the author field of the info structure */
 PHP_FUNCTION(pdf_set_info_author) {
        pval *arg1, *arg2;
@@ -381,7 +377,6 @@ PHP_FUNCTION(pdf_set_info_author) {
 /* }}} */
 
 /* {{{ proto bool pdf_set_info_keywords(int info, string keywords)
-
    Fills the keywords field of the info structure */
 PHP_FUNCTION(pdf_set_info_keywords) {
        pval *arg1, *arg2;
@@ -607,7 +602,7 @@ PHP_FUNCTION(pdf_show_xy) {
 }
 /* }}} */
 
-/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, string encoding, [int embed])
+/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, string encoding [, int embed])
    Select the current font face, size and encoding */
 PHP_FUNCTION(pdf_set_font) {
        pval *arg1, *arg2, *arg3, *arg4, *arg5;