An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

doxymacs
========

[![Packaging status](https://repology.org/badge/tiny-repos/emacs:doxymacs.svg)](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 com

This 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 install

Use ./configure --help for help on customising your configuration.

for details see [INSTALL](INSTALL)