lib/sod.h: Mark-up fix.
[sod] / lib / sod.h
index 5a76f93..074989d 100644 (file)
--- a/lib/sod.h
+++ b/lib/sod.h
@@ -143,7 +143,7 @@ struct sod_chain {
  *
  * Arguments:  @p@ = pointer to an instance chain
  *
- * Returns:    A pointer to the instance's class, as a const SodClass.
+ * Returns:    A pointer to the instance's class, as a @const SodClass *@.
  */
 
 #define SOD_CLASSOF(obj) ((const SodClass *)(obj)->_vt->_class)