-
Hi, I am quite new but anyway started tweaking doxymacs.el to support fortran (mainly for my own use). If there is anybody interesting. May be will be nice if somebody more experienced could improve it but it seems to be working quite satisfactorily.
Here is the patch to the original (at least for gentoo: doxymacs-1.8.0-r3). If interested, use it as:
$> patch doxymacs.el...
2009-06-13 20:06:10 UTC by fiolj
-
Hi, have someone tried to use doxymacs with other programming languages? I am looking to use it specifically with python and fortran but when I try to insert a comment it makes c-like comments. I am just starting, so I'll appreciate any hint. Regards, Juan.
2009-06-10 20:25:59 UTC by fiolj
-
Dear forum,
if I set doxymacs-doxygen-dirs as suggested in the documentation, i.e.
(defcustom doxymacs-doxygen-dirs
'((\"^/home/me/project/foo/\"
\"http://someplace.com/doc/foo/foo.xml\"
\"http://someplace.com/doc/foo/\")
(\"^/home/me/project/bar/\"
\"~/project/bar/doc/bar.xml\"...
2009-01-09 09:02:23 UTC by roessel
-
In the following (taken from the latest version in CVS):
>>>
(defconst doxymacs-JavaDoc-function-comment-template
'((let ((next-func (doxymacs-find-next-func)))
(if next-func
(list
'l
"/** " '> 'n
" * " 'p '> 'n
" * " '> 'n
>
"/**" '>...
2008-01-03 02:59:47 UTC by doshea
-
Thanks for the suggestion.
It'd be great if you could submit a patch, since I don't really have much time to work on doxymacs nowadays (and there are a couple features I've been meaning to get to for myself, as well).
Hopefully the New Year will see some more free time.
2007-11-29 23:42:39 UTC by ryants
-
When I generate the Doxygen HTML documentation for my project, I use the TAGFILES configuration option to have the generated documentation reference the documentation for some external vendor sources. The tag file generated for my sources doesn't include the functions from the external vendor sources, so doxymacs-lookup can only see the functions defined in my own source code.
It would be...
2007-11-29 23:38:54 UTC by doshea
-
ryants committed patchset 162 of module doxymacs to the doxymacs CVS repository, changing 1 files.
2007-10-08 20:05:15 UTC by ryants
-
Please take a look at this demo
http://nschum.de/src/emacs/doc-mode/screencast/
http://nschum.de/src/emacs/doc-mode/
Personally, I think the update command is very useful for the documentation. Hopefully doxymacs could have this ability.
Thanks a lot for the hard work on this project.
2007-10-04 16:00:27 UTC by viadoo
-
ryants committed patchset 161 of module doxymacs to the doxymacs CVS repository, changing 1 files.
2007-06-10 13:30:33 UTC by ryants
-
Version 1.8.0 of doxymacs, the elisp package designed to make using Doxygen-style comments in {X}Emacs easier, has been released.
New in this version:
- Fix bug #1490021: Allow spaces in @param [in] style documentation.
- Fix bug #1496399: Use better way to get user's e-mail address.
2007-06-10 13:25:37 UTC by ryants