summaryrefslogtreecommitdiff
path: root/src/cr-doc-handler.h
diff options
context:
space:
mode:
authorPeter Moulder <pmoulder at mail.csse.monash.edu.au>2006-05-02 23:40:10 +0000
committerDom Lachowicz <doml@src.gnome.org>2006-05-02 23:40:10 +0000
commit16d495b493e5ef9242dc2413b4d411981aabcc14 (patch)
tree83109d7a317c0f77ceb61246fa8450c5f487b241 /src/cr-doc-handler.h
parent1287e6a6263c955f464ba6d1d5ad699a70f51104 (diff)
downloadlibcroco-16d495b493e5ef9242dc2413b4d411981aabcc14.tar.gz
Bug 340298 - Fixes to documentation markup.
2006-05-02 Peter Moulder <pmoulder at mail.csse.monash.edu.au> * src/*.[ch]: Bug 340298 - Fixes to documentation markup.
Diffstat (limited to 'src/cr-doc-handler.h')
-rw-r--r--src/cr-doc-handler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cr-doc-handler.h b/src/cr-doc-handler.h
index 704f186..2e52cc1 100644
--- a/src/cr-doc-handler.h
+++ b/src/cr-doc-handler.h
@@ -92,7 +92,7 @@ struct _CRDocHandler
*destination media for style information.
*@param a_uri the uri of the imported style sheet.
*@param a_uri_default_ns the default namespace of URI
- *@param a_location the parsing location of the '@import'
+ *@param a_location the parsing location of the '\@import'
*keyword.
*of the imported style sheet.
*/
@@ -175,7 +175,7 @@ struct _CRDocHandler
*
*@param a_this a pointer to the current instance of
*#CRDocHandler.
- *@param a_location the parsing location of the "@font-face"
+ *@param a_location the parsing location of the "\@font-face"
*keyword.
*/
void (*start_font_face) (CRDocHandler *a_this,
@@ -227,7 +227,7 @@ struct _CRDocHandler
*#CRDocHandler.
*@param a_name the name of the page (if any, null otherwise).
*@param a_pseudo_page the pseudo page (if any, null otherwise).
- *@param a_location the parsing location of the "@page" keyword.
+ *@param a_location the parsing location of the "\@page" keyword.
*/
void (*start_page) (CRDocHandler *a_this,
CRString *a_name,
@@ -239,7 +239,7 @@ struct _CRDocHandler
*@param a_this a pointer to the current instance of
*#CRDocHandler.
*@param a_name the name of the page (if any, null otherwise).
- *@parap a_pseudo_page the pseudo page (if any, null otherwise).
+ *@param a_pseudo_page the pseudo page (if any, null otherwise).
*/
void (*end_page) (CRDocHandler *a_this,
CRString *a_name,