diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 0b67283..9b97165 100644 --- a/src/config.xml +++ b/src/config.xml @@ -786,6 +786,13 @@ and SOURCE_BROWSER tag is set to YES, then the hyperlinks from functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will link to the documentation. ' defval='1'/> + <option type='bool' id='SOURCE_TOOLTIPS' docs=' +If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +source code will show a tooltip with additional information such as prototype, +brief description and links to the definition and documentation. Since this will +make the HTML file larger and loading of large files a bit slower, you can opt +to disable this feature. +' defval='1' depends='SOURCE_BROWSER'/> <option type='bool' id='USE_HTAGS' docs=' If the USE_HTAGS tag is set to YES then the references to source code will point to the HTML generated by the htags(1) tool instead of doxygen |