Skip to content

Commit 6b25fb3

Browse files
committed
Missing build note for sqlite3
The reference, analogous to what is present for clang, regarding the need of compiling doxygen with `-Duse_sqlite3=ON` was missing
1 parent 4eb709f commit 6b25fb3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config.xml

+9
Original file line numberDiff line numberDiff line change
@@ -3247,6 +3247,9 @@ front of it.
32473247
<![CDATA[
32483248
If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a
32493249
\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.
32503253
]]>
32513254
</docs>
32523255
</option>
@@ -3256,6 +3259,9 @@ If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a
32563259
The \c SQLITE3_OUTPUT tag is used to specify where the \c Sqlite3 database will be put.
32573260
If a relative path is entered the value of \ref cfg_output_directory "OUTPUT_DIRECTORY" will be
32583261
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.
32593265
]]>
32603266
</docs>
32613267
</option>
@@ -3265,6 +3271,9 @@ put in front of it.
32653271
The \c SQLITE3_OVERWRITE_DB tag is set to \c YES, the existing doxygen_sqlite3.db
32663272
database file will be recreated with each doxygen run.
32673273
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.
32683277
]]>
32693278
</docs>
32703279
</option>

0 commit comments

Comments
 (0)