chiark / gitweb /
lib/sod.h: Mark-up fix.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 14:27:52 +0000 (14:27 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 14:27:52 +0000 (14:27 +0000)
lib/sod.h

index 5a76f930a6fafc30cbac9efa11a0d9f6790f994e..074989d96d2dc6938cbea1d325d0f74a3705ad04 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)