瀏覽代碼

Documentation cleanup

August Mueller 10 年之前
父節點
當前提交
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