aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen_global.cfg
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19DoxyGen: remove obsolete config fileJaap Keuter1-1892/+0
No longer needed since v2.9.0rc0-184-gad84eec866. Change-Id: Iee9ee76a3e15b0b202254c9b94141ab2bfb7c978 Reviewed-on: https://code.wireshark.org/review/37181 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-19/+16
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-04-14Upgrade doxygen configuration (with doxyen 1.8)Alexis La Goutte1-140/+401
With doxygen -u doxygen_global.cfg Fix warning Warning: Tag `SYMBOL_CACHE_SIZE' at line 290 of file doxygen_global.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `SHOW_DIRECTORIES' at line 490 of file doxygen_global.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `HTML_ALIGN_MEMBERS' at line 847 of file doxygen_global.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `USE_INLINE_TREES' at line 1032 of file doxygen_global.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Change-Id: Ic0b5dda7f4bcaa17b7bf915928a938e614d54f30 Reviewed-on: https://code.wireshark.org/review/1139 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-2/+2
core, epan, and ui, and link them to each other to varying degrees. This seems to be the best way to organize our documentation. The alternative is to switch to a single doxygen.cfg and manually add files to different groups or sections. Add a wireshark.dox file which contains markup for the main page. Add .dox and .txt to svnadd. Clean up our tag files. Force wsar_html to rebuild each time. svn path=/trunk/; revision=49091
2013-04-26Update the main, epan, and ui Doxygen configuration files. Change theGerald Combs1-2/+2
output directory to wsar_html (Wireshark API Reference HTML) to match the Docbook naming convention. In each doxygen.cfg.in move the doxygen_global.cfg to the top of the file so that our local definitions don't get clobbered. Add makefile targets for wsar_html and wsar-zip. svn path=/trunk/; revision=49043
2010-08-26Fixed by running doxygen -uAnders Broman1-455/+1036
svn path=/trunk/; revision=33939
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke1-2/+2
defined in GLib. Removed epan/gnuc_format_check.h. svn path=/trunk/; revision=31657
2004-10-27fix doxygen generationUlf Lamping1-1/+1
svn path=/trunk/; revision=12405
2004-10-27fix doxygen generationUlf Lamping1-0/+1053
svn path=/trunk/; revision=12402