summaryrefslogtreecommitdiff
path: root/rld-files.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-01-22 22:08:09 +1100
committerChris Johns <chrisj@rtems.org>2013-01-22 22:08:09 +1100
commitbd7b0a60704a0bda4b3309192eb3c67a3190a133 (patch)
tree4e474cd1f0dcc1997fbcff5ca6a5ba239b7cb1c8 /rld-files.h
parent6f90da8fa3bbfeb638306b60e28dd9d7923cdf3c (diff)
Documentation.
Diffstat (limited to 'rld-files.h')
-rw-r--r--rld-files.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rld-files.h b/rld-files.h
index 4b5362e..6946288 100644
--- a/rld-files.h
+++ b/rld-files.h
@@ -273,7 +273,7 @@ namespace rld
/**
* Construct the image.
*
- * @param name The file path.
+ * @param path The file path.
* @param is_object If true (default) the name is for an object file.
*/
image (const std::string& path, bool is_object = true);
@@ -712,7 +712,7 @@ namespace rld
* flags. The filtered section container is not cleared so any matching
* sections are appended.
*
- * @param filter_secs The container of the matching sections.
+ * @param filtered_secs The container of the matching sections.
* @param type The section type. Must match. If 0 matches any.
* @param flags_in The sections flags that must be set. This is a
* mask. If 0 matches any.
@@ -729,7 +729,7 @@ namespace rld
* filtered section container is not cleared so any matching sections are
* appended.
*
- * @param filter_secs The container of the matching sections.
+ * @param filtered_secs The container of the matching sections.
* @param name The name of the section.
*/
void get_sections (sections& filtered_secs, const std::string& name);
@@ -865,7 +865,7 @@ namespace rld
* Load the symbols into the symbol table.
*
* @param symbols The symbol table to load.
- * @param local Include local symbols. The default is not to.
+ * @param locals Include local symbols. The default does not include them.
*/
void load_symbols (symbols::table& symbols, bool locals = false);