Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Nov 28, 2019
1 parent 1eb0606 commit c6c183b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Expand Up @@ -23,11 +23,20 @@ namespace wrench {
public:

/**
* @brief The computational cost, in flops, of looking up, adding, and
* removing entries for a file
* @brief The computational cost, in flops, of looking entries for a file
*/
DECLARE_PROPERTY_NAME(LOOKUP_COMPUTE_COST);

/**
* @brief The computational cost, in flops, of adding, an
* entry for a file
*/
DECLARE_PROPERTY_NAME(ADD_ENTRY_COMPUTE_COST);

/**
* @brief The computational cost, in flops, of
* removing an entry for a file
*/
DECLARE_PROPERTY_NAME(REMOVE_ENTRY_COMPUTE_COST);

};
Expand Down
Expand Up @@ -32,7 +32,6 @@ namespace wrench {
* @param scratch_space_mount_point: the mount of of the scratch space of the cloud service ("" means none)
* @param property_list: a property list ({} means "use all defaults")
* @param messagepayload_list: a message payload list ({} means "use all defaults")
* @param messagepayload_list: a message payload list ({} means "use all defaults")
*
* @throw std::runtime_error
*/
Expand Down

0 comments on commit c6c183b

Please sign in to comment.