diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-01-29 19:21:18 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-01-29 19:21:18 -0500 |
commit | c32ac45dbc4e67a659da4eebecdc5b69ce013dc8 (patch) | |
tree | b8f1f8e8cabd56a33462a3c70ab1b532d9caf350 | |
parent | 9400fce82dcf773c9862006a41681a73b22cbd87 (diff) | |
download | dimension-c32ac45dbc4e67a659da4eebecdc5b69ce013dc8.tar.xz |
Escape a # in doxygen docs.
-rw-r--r-- | libdimension/dimension.h | 2 |
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. |