August Mueller 10 лет назад
Родитель
Сommit
9227236eb6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/fmdb/FMDatabase.h

+ 2 - 2
src/fmdb/FMDatabase.h

@@ -891,7 +891,7 @@ typedef int(^FMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary
 /** Adds SQL functions or aggregates or to redefine the behavior of existing SQL functions or aggregates.
  
  For example:
- 
+ \code
     [queue inDatabase:^(FMDatabase *adb) {
 
         [adb executeUpdate:@"create table ftest (foo text)"];
@@ -922,7 +922,7 @@ typedef int(^FMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary
         }
         FMDBQuickCheck(rowCount == 2);
     }];
-
+\endcode
  @param name Name of function
 
  @param count Maximum number of parameters