summaryrefslogtreecommitdiffstats
path: root/src/H5ACpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ACpkg.h')
-rw-r--r--src/H5ACpkg.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/H5ACpkg.h b/src/H5ACpkg.h
index 8ccab4e..beb7ba7 100644
--- a/src/H5ACpkg.h
+++ b/src/H5ACpkg.h
@@ -11,18 +11,15 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: John Mainzer -- 4/19/06
+ * Purpose: This file contains declarations which are normally visible
+ * only within the H5AC package (just H5AC.c at present).
*
- * Purpose: This file contains declarations which are normally visible
- * only within the H5AC package (just H5AC.c at present).
- *
- * Source files outside the H5AC package should include
- * H5ACprivate.h instead.
- *
- * The one exception to this rule is testpar/t_cache.c. The
- * test code is easier to write if it can look at H5AC_aux_t.
- * Indeed, this is the main reason why this file was created.
+ * Source files outside the H5AC package should include
+ * H5ACprivate.h instead.
*
+ * The one exception to this rule is testpar/t_cache.c. The
+ * test code is easier to write if it can look at H5AC_aux_t.
+ * Indeed, this is the main reason why this file was created.
*/
#if !(defined H5AC_FRIEND || defined H5AC_MODULE)