diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
| commit | 1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch) | |
| tree | e15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/gc-soft-ptr.h | |
| parent | cppcheck (diff) | |
| download | inkscape-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.h | 9 |
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 { |
