-/* Set the DESTRUCTOR associated with SYM. */
-void symbol_destructor_set (symbol *sym, char *destructor, location loc);
+/** Set the \c destructor associated with \c sym. */
+void symbol_destructor_set (symbol *sym, const char *destructor, location loc);
+
+/** Set the \c printer associated with \c sym. */
+void symbol_printer_set (symbol *sym, const char *printer, location loc);