summaryrefslogtreecommitdiffstats
path: root/src/gc-soft-ptr.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
commit1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch)
treee15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/gc-soft-ptr.h
parentcppcheck (diff)
downloadinkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz
inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/gc-soft-ptr.h')
-rw-r--r--src/gc-soft-ptr.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gc-soft-ptr.h b/src/gc-soft-ptr.h
index f83a0808d..9e7304939 100644
--- a/src/gc-soft-ptr.h
+++ b/src/gc-soft-ptr.h
@@ -1,6 +1,4 @@
-/** \file
- * Inkscape::GC::soft_ptr - "soft" pointers to avoid finalization cycles
- *
+/*
* Copyright 2006 MenTaLguY <mental@rydia.net>
*
* This program is free software; you can redistribute it and/or
@@ -21,8 +19,9 @@ namespace Inkscape {
namespace GC {
-/** @brief A class for pointers which can be automatically cleared to break
- * finalization cycles.
+/**
+ * A class for pointers which can be automatically cleared to break
+ * finalization cycles.
*/
template <typename T>
class soft_ptr {