Commit 6b25fb3 1 parent 4eb709f commit 6b25fb3 Copy full SHA for 6b25fb3
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3247,6 +3247,9 @@ front of it.
3247
3247
<![CDATA[
3248
3248
If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a
3249
3249
\c Sqlite3 database with symbols found by doxygen stored in tables.
3250
+
3251
+ @note The availability of this option depends on whether or not doxygen
3252
+ was generated with the `-Duse_sqlite3=ON` option for CMake.
3250
3253
]]>
3251
3254
</docs >
3252
3255
</option >
@@ -3256,6 +3259,9 @@ If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a
3256
3259
The \c SQLITE3_OUTPUT tag is used to specify where the \c Sqlite3 database will be put.
3257
3260
If a relative path is entered the value of \ref cfg_output_directory "OUTPUT_DIRECTORY" will be
3258
3261
put in front of it.
3262
+
3263
+ @note The availability of this option depends on whether or not doxygen
3264
+ was generated with the `-Duse_sqlite3=ON` option for CMake.
3259
3265
]]>
3260
3266
</docs >
3261
3267
</option >
@@ -3265,6 +3271,9 @@ put in front of it.
3265
3271
The \c SQLITE3_OVERWRITE_DB tag is set to \c YES, the existing doxygen_sqlite3.db
3266
3272
database file will be recreated with each doxygen run.
3267
3273
If set to \c NO, doxygen will warn if an a database file is already found and not modify it.
3274
+
3275
+ @note The availability of this option depends on whether or not doxygen
3276
+ was generated with the `-Duse_sqlite3=ON` option for CMake.
3268
3277
]]>
3269
3278
</docs >
3270
3279
</option >
You can’t perform that action at this time.
0 commit comments