aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
AgeCommit message (Collapse)AuthorFilesLines
2022-12-16Windows: Use SpeexDSP binary packageJoão Valverde1-1/+0
Remove bundled code and use vcpkg binary library instead.
2022-06-07CMake: Deduplicate some version variables.Gerald Combs1-1/+1
Use PROJECT_VERSION instead of VERSION. Prepend "PROJECT_" or "LOG_PROJECT_" as needed to other variables. Remove the leftover unused variables.
2022-03-09Rename the "image" directory to "resources".Gerald Combs1-1/+1
The "image" directory contains resource compiler assets and other application resources, so name it "resources."
2021-11-30capture: Add header files to DoxygenMoshe Kaplan1-2/+1
Add @file markers for capture headers so that Doxygen will generate documentation for them. Additionally, update the doxygen config file per 7fee50274f36a5feba113aa9ad3e72ca37bf1466 merging the caputils and capchild directories.
2020-05-24Update doxygen config to 1.8.17Moshe Kaplan1-82/+174
Run doxygen -u to update doxygen config file from 1.8.14 to 1.8.17. This update removes the now-obsolete PERL_PATH and MSCGEN_PATH configuration values so that an error isn't displayed when building the doxygen docs. Change-Id: I5ba815588bdc43592c03f826adfb486a32e3fb52 Reviewed-on: https://code.wireshark.org/review/37277 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-05-13DoxyGen: Add Wireshark icon to outputJaap Keuter1-1/+1
Because we can. Change-Id: Ic6e43ccea0e556be36c7a41b4fa40d52006e309b Reviewed-on: https://code.wireshark.org/review/37183 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-05-13DoxyGen: Remove build dir from inputJaap Keuter1-1/+0
Change-Id: Ie98d555091d9c3b70aa6d72bde4ec9c8a7f7a12f Reviewed-on: https://code.wireshark.org/review/37182 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-27Point to the Wayback Machine for a now-dead link.Guy Harris1-1/+1
Change-Id: I9b3790c659132db9e59cc5b940a9db856caec154 Reviewed-on: https://code.wireshark.org/review/34102 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-07-12doxygen: Exclude files giving warnings.Anders Broman1-2/+5
Change-Id: I731b6bc6c9baf84930ce9ad935403ac40b6bec8f Reviewed-on: https://code.wireshark.org/review/33910 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-11Doxygen: Fix some warnings.Anders Broman1-1/+1
Change-Id: I0344d44d08d2e159c895d693500403c067039a44 Reviewed-on: https://code.wireshark.org/review/33894 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-10doxygen.cfg.in: Fix directories according to current reality.Anders Broman1-1/+2
Change-Id: If5d41c5530774e44228e791e657617f8dcbdfb3c Reviewed-on: https://code.wireshark.org/review/33885 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-12Doxygen updates.Gerald Combs1-2/+7
Ignore warnings about undocumented code. Start excluding directories. Change-Id: I01db891cddc3b342bace401f63ddd4b99f4c1024 Reviewed-on: https://code.wireshark.org/review/28239 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-57/+2465
Switch to a single Doyxgen configuration which was generated using a recent version of Doxygen and customized to suit our needs. Add wsar_html and wsar_html_zip targets to CMake. Update some Doxygen markup and documentation as needed. Change-Id: Ic8a424b292c35a26f74ae0b53322265683e56e69 Reviewed-on: https://code.wireshark.org/review/26976 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-10/+26
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-6/+12
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
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris1-0/+3
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2006-10-20One more Ethereal -> Wireshark name changeJaap Keuter1-1/+1
svn path=/trunk/; revision=19638
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2005-08-02Remove svn:executableJörg Mayer1-65/+65
Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15180
2004-10-27fix doxygen generationUlf Lamping1-1/+1
svn path=/trunk/; revision=12405
2004-10-27fix doxygen generationUlf Lamping1-0/+65
svn path=/trunk/; revision=12403
2004-10-27fix doxygen generationUlf Lamping1-1053/+0
svn path=/trunk/; revision=12402
2004-06-25doxygen changes:Jörg Mayer1-0/+1053
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. svn path=/trunk/; revision=11238