mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
9607a1c585
The purpose of the doxymacs project is to create a LISP package that will make using Doxygen from within {X}Emacs easier. It has the following features: * ability to look up documentation for symbols from {X}Emacs in the browser of your choice. * easily insert Doxygen style comments into source. * optionally use an "external" (i.e. written in C) XML parser to speed up building the completion list. * fontify Doxygen keywords. WWW: http://doxymacs.sourceforge.net/ PR: ports/60472 Submitted by: Dryice Liu <dryice@liu.com.cn>
16 lines
531 B
Plaintext
16 lines
531 B
Plaintext
Doxymacs is Doxygen + {X}Emacs.
|
|
|
|
The purpose of the doxymacs project is to create a LISP package that
|
|
will make using Doxygen from within {X}Emacs easier.
|
|
|
|
It has the following features:
|
|
|
|
* ability to look up documentation for symbols from {X}Emacs in
|
|
the browser of your choice.
|
|
* easily insert Doxygen style comments into source.
|
|
* optionally use an "external" (i.e. written in C) XML parser to
|
|
speed up building the completion list.
|
|
* fontify Doxygen keywords.
|
|
|
|
WWW: http://doxymacs.sourceforge.net/
|