Browse Source

Add links to FMDatabaseQueue and FMDatabase in comments

Rob Ryan 12 years ago
parent
commit
b20863c4e3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/FMDatabasePool.h

+ 4 - 0
src/FMDatabasePool.h

@@ -23,6 +23,10 @@
  `ONLY_USE_THE_POOL_IF_YOU_ARE_DOING_READS_OTHERWISE_YOULL_DEADLOCK_USE_FMDATABASEQUEUE_INSTEAD`
  in the main.m file.
  
+ ### See also
+
+ - `<FMDatabaseQueue>`
+ - `<FMDatabase>`
  */
 
 @interface FMDatabasePool : NSObject {