https://github.com/pniedzielski/doxymacs
Doxymacs is Doxygen + {X}Emacs.
https://github.com/pniedzielski/doxymacs
doxygen emacs emacs-lisp
Last synced: 2 months ago
JSON representation
Doxymacs is Doxygen + {X}Emacs.
- Host: GitHub
- URL: https://github.com/pniedzielski/doxymacs
- Owner: pniedzielski
- Created: 2015-06-04T23:17:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T18:07:22.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:21:19.665Z (3 months ago)
- Topics: doxygen, emacs, emacs-lisp
- Language: Emacs Lisp
- Homepage: http://pniedzielski.github.io/doxymacs
- Size: 309 KB
- Stars: 15
- Watchers: 3
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.old
- License: COPYING.gplv2.md
Awesome Lists containing this project
README
doxymacs
========[](https://repology.org/project/emacs:doxymacs/versions)
doxymacs is an e-lisp package for making doxygen usage easier under {X}Emacs.
doxymacs homepage: http://doxymacs.sourceforge.net/
Doxymacs has been tested on and works with:
- GNU Emacs 20.7.1, 21.1.1, 21.2.1, 21.3, 21.4.1, 23.1.1
- XEmacs 21.1 (patch 14), 21.4 (patch 4, 5, 6, 17)If you have success or failure with other versions of {X}Emacs, please
let the authors know.See COPYING for the full text of the license under which is this work
is being made available.See ChangeLog for recent changes.
See AUTHORS for a list of people to blame for this mess.
See TODO for a list of things that you can help out with.
See INSTALL for instructions on how to install and use this.
Feel free to contact me about any issues you may have, or to volunteer
to help out.Ryan T. Sammartino
ryan.sammartino at gmail dot com## License
Copyright (C) 2001-2010 Ryan T. Sammartino
ryan.sammartino at gmail dot comThis program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.## Install
Doxymacs depends on the following packages:
- W3 http://www.cs.indiana.edu/usr/local/www/elisp/w3/docs.html
- tempo http://www.lysator.liu.se/~davidk/elisp/
- libxml2 http://www.libxml.org/Be sure these are properly configured and installed before proceeding.
- Use the configure script to configure doxymacs:
$ ./configure
$ make
$ make installUse ./configure --help for help on customising your configuration.
for details see [INSTALL](INSTALL)