summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-10-03 23:16:25 -0400
committerSamuel Bronson <naesten@gmail.com>2011-10-03 23:16:25 -0400
commitdcf5694b4ba8431b43f904a5d9311ea4551a7ccc (patch)
treeb5dabed9ba48a96c697e41df42469932e0cb9ac4 /crawl-ref/source/menu.h
parent28ea51337999252974a6051997e03c876bd3a6ea (diff)
downloadcrawl-ref-dcf5694b4ba8431b43f904a5d9311ea4551a7ccc.tar.gz
crawl-ref-dcf5694b4ba8431b43f904a5d9311ea4551a7ccc.zip
Fix a couple of Doxygen markup problems. (Both mine.)
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index f1d6afc8b5..030cefc90f 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -703,7 +703,7 @@ class PrecisionMenu;
* Abstract base class interface for all attachable objects.
* Objects are generally containers that hold MenuItems, however special
* objects are also possible, for instance MenuDescriptor, MenuButton.
- * All objects should have an unique std::string #name, although the uniqueness
+ * All objects should have an unique std::string name, although the uniqueness
* is not enforced or checked right now.
*/
class MenuObject