summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-01-29 19:21:18 -0500
committerTavian Barnes <tavianator@gmail.com>2011-01-29 19:21:18 -0500
commitc32ac45dbc4e67a659da4eebecdc5b69ce013dc8 (patch)
treeb8f1f8e8cabd56a33462a3c70ab1b532d9caf350 /libdimension/dimension.h
parent9400fce82dcf773c9862006a41681a73b22cbd87 (diff)
downloaddimension-c32ac45dbc4e67a659da4eebecdc5b69ce013dc8.tar.xz
Escape a # in doxygen docs.
Diffstat (limited to 'libdimension/dimension.h')
-rw-r--r--libdimension/dimension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension.h b/libdimension/dimension.h
index 73cab50..1e088dd 100644
--- a/libdimension/dimension.h
+++ b/libdimension/dimension.h
@@ -20,7 +20,7 @@
/**
* @file
- * The main #include file for libdimension. This file declares all public
+ * The main \#include file for libdimension. This file declares all public
* functions and types used by the Dimension library. You should never attempt
* to include any of the component headers in the dimension/ subdirectory
* directly; only this file.