Got Gtk-Doc working. Now all the fancy /** comments before the functions
[rodin/chimara.git] / src / style.c
index 54b8aa2d687a47c93f76936cf7e58b809e9ecf9b..bce151662326275c8c91563f92a33fe3b7a9e24b 100644 (file)
@@ -1,19 +1,7 @@
 #include "glk.h"
 
-/**
- * glk_set_style:
- * @val: A style.
- *
- * Changes the style of the current output stream. @val should be one of 
- * #style_Normal, #style_Emphasized, #style_Preformatted, #style_Header,
- * #style_Subheader, #style_Alert, #style_Note, #style_BlockQuote, #style_Input,
- * #style_User1, or #style_User2. However, any value is actually legal; if the
- * library does not recognize the style value, it will treat it as
- * #style_Normal. (This policy allows for the future definition of styles
- * without breaking old Glk libraries.) 
- */
 void
-glk_set_style(glui32 val)
+glk_set_style(glui32 styl)
 {
        /* No nothing yet */
        return;