summaryrefslogtreecommitdiff
path: root/libopie/otabinfo.h
authorzecke <zecke>2003-04-16 10:59:24 (UTC)
committer zecke <zecke>2003-04-16 10:59:24 (UTC)
commit5b9d1ddde859ff783f95babf1887fa40e6bfe0be (patch) (side-by-side diff)
tree0a8596c4de5145e5f469a6c0d8dbd2f946ef0817 /libopie/otabinfo.h
parenteeb29547890a2d162de66d7d5b98d3840a7e2d79 (diff)
downloadopie-5b9d1ddde859ff783f95babf1887fa40e6bfe0be.zip
opie-5b9d1ddde859ff783f95babf1887fa40e6bfe0be.tar.gz
opie-5b9d1ddde859ff783f95babf1887fa40e6bfe0be.tar.bz2
API docu fixes...
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness
Diffstat (limited to 'libopie/otabinfo.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/otabinfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie/otabinfo.h b/libopie/otabinfo.h
index 6589638..eebaf8e 100644
--- a/libopie/otabinfo.h
+++ b/libopie/otabinfo.h
@@ -78,5 +78,5 @@ public:
/**
- * @fn id()
+ * @fn id()const
* @brief Returns TabBar ID.
*/
@@ -84,5 +84,5 @@ public:
/**
- * @fn label()
+ * @fn label()const
* @brief Returns text label for widget.
*/
@@ -98,5 +98,5 @@ public:
/**
- * @fn control()
+ * @fn control()const
* @brief Returns pointer to widget.
*/
@@ -104,5 +104,5 @@ public:
/**
- * @fn icon()
+ * @fn icon()const
* @brief Returns name of icon file.
*/