summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-18 21:55:24 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-18 21:57:02 -0400
commit980c1179bbde47bab53410794795781d0e61e82a (patch)
tree2c92e8a6ddce8f75bd32211484223accac16e4c0 /store
parentb6b49c0f6bc797558b6ce08fa756efe474a8011b (diff)
cleanup doxygen warnings
Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595
Diffstat (limited to 'store')
-rw-r--r--store/inc/store/store.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/inc/store/store.h b/store/inc/store/store.h
index 7a180f11c3b8..ff3f1ef0a390 100644
--- a/store/inc/store/store.h
+++ b/store/inc/store/store.h
@@ -323,8 +323,8 @@ STORE_DLLPUBLIC storeError SAL_CALL store_attrib (
/** Insert a file entry as 'hard link' to another file entry.
- @precond Source must not exist, Destination must exist.
- @postcond Source has attribute STORE_ATTRIB_ISLINK.
+ @pre Source must not exist, Destination must exist.
+ @post Source has attribute STORE_ATTRIB_ISLINK.
@see store_attrib()
@param hFile [in] the File Handle
@@ -342,8 +342,8 @@ STORE_DLLPUBLIC storeError SAL_CALL store_link (
/** Insert a file entry as 'symbolic link' to another file entry.
- @precond Source must not exist
- @postcond Source has attribute STORE_ATTRIB_ISLINK.
+ @pre Source must not exist
+ @post Source has attribute STORE_ATTRIB_ISLINK.
@see store_attrib()
@param hFile [in] the File Handle