diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-27 04:55:51 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-27 04:55:51 +0000 |
| commit | 2633767789e4264b13ef91a684accf734fb4e94f (patch) | |
| tree | 0f6bc8d758b8e4bcf01d2dd393166907906c156e /src/display | |
| parent | Cleanup pass on documentation that was dumping garbage into doxygen output. (diff) | |
| download | inkscape-2633767789e4264b13ef91a684accf734fb4e94f.tar.gz inkscape-2633767789e4264b13ef91a684accf734fb4e94f.zip | |
Fixing more broken and split doc comments.
(bzr r10697)
Diffstat (limited to 'src/display')
| -rw-r--r-- | src/display/canvas-temporary-item-list.cpp | 2 | ||||
| -rw-r--r-- | src/display/canvas-temporary-item.cpp | 2 | ||||
| -rw-r--r-- | src/display/snap-indicator.cpp | 2 | ||||
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/display/canvas-temporary-item-list.cpp b/src/display/canvas-temporary-item-list.cpp index c324a5ddf..b0fec98b5 100644 --- a/src/display/canvas-temporary-item-list.cpp +++ b/src/display/canvas-temporary-item-list.cpp @@ -1,4 +1,4 @@ -/** \file +/* * Provides a class that can contain active TemporaryItem's on a desktop * Code inspired by message-stack.cpp * diff --git a/src/display/canvas-temporary-item.cpp b/src/display/canvas-temporary-item.cpp index 8d336f0ff..abe5f2f1b 100644 --- a/src/display/canvas-temporary-item.cpp +++ b/src/display/canvas-temporary-item.cpp @@ -1,4 +1,4 @@ -/** \file +/* * Provides a class that can contain active TemporaryItem's on a desktop * When the object is deleted, it also deletes the canvasitem it contains! * This object should be created/managed by a TemporaryItemList. diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index e542d0c88..9b61d4a4d 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -1,4 +1,4 @@ -/** \file +/* * Provides a class that shows a temporary indicator on the canvas of where the snap was, and what kind of snap * * Authors: diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 9e942ec35..8aa3b2a6d 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1,4 +1,4 @@ -/** \file +/* * Port of GnomeCanvas for Inkscape needs * * Authors: |
