Changeset 8375d0eb in mainline for uspace/app/bithenge/file.c


Ignore:
Timestamp:
2012-06-08T07:02:55Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b36bf2
Parents:
5c925ce
Message:

Bithenge: add Doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/file.c

    r5c925ce r8375d0eb  
    133133
    134134/** Create a blob for a file. The blob must be freed with @a
    135  * bithenge_blob_t::bithenge_blob_destroy after it is used.
     135 * bithenge_node_t::bithenge_node_destroy after it is used.
    136136 * @param[out] out Stores the created blob.
    137137 * @param filename The name of the file.
     
    149149
    150150/** Create a blob for a file descriptor. The blob must be freed with @a
    151  * bithenge_blob_t::bithenge_blob_destroy after it is used.
     151 * bithenge_node_t::bithenge_node_destroy after it is used.
    152152 * @param[out] out Stores the created blob.
    153153 * @param fd The file descriptor.
     
    159159
    160160/** Create a blob for a file pointer. The blob must be freed with @a
    161  * bithenge_blob_t::bithenge_blob_destroy after it is used.
     161 * bithenge_node_t::bithenge_node_destroy after it is used.
    162162 * @param[out] out Stores the created blob.
    163163 * @param file The file pointer.
Note: See TracChangeset for help on using the changeset viewer.