aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol-category.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2010-09-20 18:18:30 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2010-09-20 18:18:30 +0200
commitf25062151941b0dfa90fdf4e6023754140b3fbcf (patch)
tree535393765adb15524c43f90f5538ea661254a7fb /src/ld-symbol-category.h
parentf675a7c07c84d71e3cee1d61bf0e0a1b800e7d0a (diff)
downloadlogdiag-f25062151941b0dfa90fdf4e6023754140b3fbcf.tar.gz
logdiag-f25062151941b0dfa90fdf4e6023754140b3fbcf.tar.xz
logdiag-f25062151941b0dfa90fdf4e6023754140b3fbcf.zip
Split ld-symbol-library.c.
Originally, there were three object classes defined in this file. It would later become rather chaotic if left that way.
Diffstat (limited to 'src/ld-symbol-category.h')
-rw-r--r--src/ld-symbol-category.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ld-symbol-category.h b/src/ld-symbol-category.h
index 6482c52..f2451d7 100644
--- a/src/ld-symbol-category.h
+++ b/src/ld-symbol-category.h
@@ -32,8 +32,8 @@ typedef struct _LdSymbolCategoryClass LdSymbolCategoryClass;
/**
* LdSymbolCategory:
- * @parent: The parent object, may be LdSymbolLibrary
- * or another LdSymbolCategory.
+ * @parent: The parent object, may be #LdSymbolLibrary
+ * or another #LdSymbolCategory.
* @name: The name of the category.
* @image_path: Path to the image for this category.
* @children: Children of this category.