Chromium Code Reviews| Index: public/fpdf_formfill.h |
| diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h |
| index 90c8b2685351f57ad07bca1771da050ea7b25722..463dc8fd0736452eef28c57272e4b8271eed7848 100644 |
| --- a/public/fpdf_formfill.h |
| +++ b/public/fpdf_formfill.h |
| @@ -767,21 +767,21 @@ DLLEXPORT void STDCALL FORM_DoDocumentOpenAction(FPDF_FORMHANDLE hHandle); |
| 0x13 // WP, before printing document, JavaScript action. |
| #define FPDFDOC_AACTION_DP \ |
| 0x14 // DP, after printing document, JavaScript action. |
| -/** |
| -* Function: FORM_DoDocumentAAction |
| -* This method is required for performing the document's |
| -*additional-action. |
| -* Parameters: |
| -* hHandle - Handle to the form fill module. Returned by |
| -*FPDFDOC_InitFormFillEnvironment. |
| -* aaType - The type of the additional-actions which defined |
| -*above. |
| -* Return Value: |
| -* NONE |
| -* Comments: |
| -* This method will do nothing if there is no document |
| -*additional-action corresponding to the specified aaType. |
| -**/ |
| + /** |
|
Lei Zhang
2015/08/06 21:12:04
Why is this indented?
Nico
2015/08/06 21:16:09
I'm guessing it aligns to the comment in previous
|
| + * Function: FORM_DoDocumentAAction |
| + * This method is required for performing the document's |
| + *additional-action. |
| + * Parameters: |
| + * hHandle - Handle to the form fill module. Returned by |
| + *FPDFDOC_InitFormFillEnvironment. |
| + * aaType - The type of the additional-actions which defined |
| + *above. |
| + * Return Value: |
| + * NONE |
| + * Comments: |
| + * This method will do nothing if there is no document |
| + *additional-action corresponding to the specified aaType. |
| + **/ |
| DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, |
| int aaType); |