diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-06 12:22:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 12:22:05 (GMT) |
commit | fff2b31cabf76b31ee5b96e4d65a01417a12e412 (patch) | |
tree | 1eb81b815ff0af889753775e56b3cd0d1adb0cd4 /src | |
parent | a04a2f596d3d72befbbaffa5924acbad598a761f (diff) | |
parent | 6b25fb3d0630ec967c36b5c37a16d4842f6241a1 (diff) | |
download | Doxygen-fff2b31cabf76b31ee5b96e4d65a01417a12e412.zip Doxygen-fff2b31cabf76b31ee5b96e4d65a01417a12e412.tar.gz Doxygen-fff2b31cabf76b31ee5b96e4d65a01417a12e412.tar.bz2 |
Merge pull request #8412 from albert-github/feature/bug_docu_sqlite3
Missing build note for sqlite3
Diffstat (limited to 'src')
-rw-r--r-- | src/config.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 685607f..5a3543c 100644 --- a/src/config.xml +++ b/src/config.xml @@ -3249,6 +3249,9 @@ front of it. <![CDATA[ If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a \c Sqlite3 database with symbols found by doxygen stored in tables. + + @note The availability of this option depends on whether or not doxygen + was generated with the `-Duse_sqlite3=ON` option for CMake. ]]> </docs> </option> @@ -3258,6 +3261,9 @@ If the \c GENERATE_SQLITE3 tag is set to \c YES doxygen will generate a The \c SQLITE3_OUTPUT tag is used to specify where the \c Sqlite3 database will be put. If a relative path is entered the value of \ref cfg_output_directory "OUTPUT_DIRECTORY" will be put in front of it. + + @note The availability of this option depends on whether or not doxygen + was generated with the `-Duse_sqlite3=ON` option for CMake. ]]> </docs> </option> @@ -3267,6 +3273,9 @@ put in front of it. The \c SQLITE3_OVERWRITE_DB tag is set to \c YES, the existing doxygen_sqlite3.db database file will be recreated with each doxygen run. If set to \c NO, doxygen will warn if an a database file is already found and not modify it. + + @note The availability of this option depends on whether or not doxygen + was generated with the `-Duse_sqlite3=ON` option for CMake. ]]> </docs> </option> |