summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.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/ui/widget/selected-style.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/ui/widget/selected-style.h')
-rw-r--r--src/ui/widget/selected-style.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h
index 0caa7fe4c..916cbe6d1 100644
--- a/src/ui/widget/selected-style.h
+++ b/src/ui/widget/selected-style.h
@@ -1,6 +1,4 @@
-/**
- * \brief Selected style indicator (fill, stroke, opacity)
- *
+/*
* Authors:
* buliabyak@gmail.com
* scislac@users.sf.net
@@ -103,6 +101,9 @@ private:
bool cr_set;
};
+/**
+ * Selected style indicator (fill, stroke, opacity).
+ */
class SelectedStyle : public Gtk::HBox
{
public: